QAbstractAudioDeviceInfo Class▲
-
Header: QAbstractAudioDeviceInfo
-
qmake: QT += multimedia
-
Inherits: QObject
-
Inherited By:
-
Group: QAbstractAudioDeviceInfo is part of multimedia, multimedia_audio
Detailed Description▲
This class implements the audio functionality for QAudioDeviceInfo, i.e., QAudioDeviceInfo keeps a QAbstractAudioDeviceInfo and routes function calls to it. For a description of the functionality that QAbstractAudioDeviceInfo implements, you can read the class and functions documentation of QAudioDeviceInfo.
See Also▲
Member Function Documentation▲
[pure virtual] QString QAbstractAudioDeviceInfo::deviceName() const▲
Returns the audio device name.
[pure virtual] bool QAbstractAudioDeviceInfo::isFormatSupported(const QAudioFormat &format) const▲
Returns true if format is available from audio device.
[pure virtual] QAudioFormat QAbstractAudioDeviceInfo::preferredFormat() const▲
Returns the recommended settings to use.
[pure virtual] QList<QAudioFormat::Endian> QAbstractAudioDeviceInfo::supportedByteOrders()▲
Returns the list of currently available byte orders.
[pure virtual] QList<int> QAbstractAudioDeviceInfo::supportedChannelCounts()▲
Returns the list of currently available channels.
[pure virtual] QStringList QAbstractAudioDeviceInfo::supportedCodecs()▲
Returns the list of currently available codecs.
[pure virtual] QList<int> QAbstractAudioDeviceInfo::supportedSampleRates()▲
Returns the list of currently available sample rates.
[pure virtual] QList<int> QAbstractAudioDeviceInfo::supportedSampleSizes()▲
Returns the list of currently available sample sizes.
[pure virtual] QList<QAudioFormat::SampleType> QAbstractAudioDeviceInfo::supportedSampleTypes()▲
Returns the list of currently available sample types.