Provides information about an audio capture device More...
Header: | #include <oxideqmediacapturedevices.h> |
OxideQAudioCaptureDevice(const OxideQAudioCaptureDevice &other) | |
~OxideQAudioCaptureDevice() | |
QString | displayName() const |
QString | id() const |
Provides information about an audio capture device
OxideQAudioCaptureDevice provides information about an audio capture device. The only information currently available is the device id and displayName.
Copy construct a new OxideQAudioCaptureDevice from other.
Destroy this OxideQAudioCaptureDevice.
Return the display name of this device.
Return the ID of this device. This ID is unique for this device and this session, but applications should not rely on this ID persisting between sessions.