Solid
audiointerface.cpp
Go to the documentation of this file.
61 return_SOLID_CALL(Ifaces::AudioInterface *, d->backendObject(), UnknownAudioInterfaceType, deviceType());
67 return_SOLID_CALL(Ifaces::AudioInterface *, d->backendObject(), InternalSoundcard, soundcardType());
AudioDriver driver() const
Retrieves the audio driver that should be used to access the device.
QVariant driverHandle() const
Retrieves a driver specific handle to access the device.
AudioInterfaceTypes deviceType() const
Retrieves the type of this audio interface (in/out/control).
AudioDriver
This enum type defines the type of driver required to interact with the device.
Definition: audiointerface.h:55
#define return_SOLID_CALL(Type, Object, Default, Method)
Definition: soliddefs_p.h:26
SoundcardType soundcardType() const
Retrieves the type of soundcard (internal/headset/...).
SoundcardType
This type stores an OR combination of AudioInterfaceType values.
Definition: audiointerface.h:103
This device interface is available on interfaces exposed by sound cards.
Definition: audiointerface.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.