| def byteOrderList () |
| def channelsList () |
| def codecList () |
| def deviceName () |
| def frequencyList () |
| def isFormatSupported (format) |
| def nearestFormat (format) |
| def preferredFormat () |
| def sampleSizeList () |
| def sampleTypeList () |
The QAbstractAudioDeviceInfo class provides access for QAudioDeviceInfo to access the audio device provided by the plugin.
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
| Return type: | List of QAudioFormat.Endian |
|---|
Returns the list of currently available byte orders.
| Return type: | List of int |
|---|
Returns the list of currently available channels.
| Return type: | QList |
|---|
Returns the list of currently available codecs.
| Return type: | QString |
|---|
Returns the audio device name.
| Return type: | List of int |
|---|
Returns the list of currently available frequencies.
| Parameter: | format – QAudioFormat |
|---|---|
| Return type: | bool |
Returns true if format is available from audio device.
| Parameter: | format – QAudioFormat |
|---|---|
| Return type: | QAudioFormat |
Returns the nearest settings format .
| Return type: | QAudioFormat |
|---|
Returns the nearest settings.
| Return type: | List of int |
|---|
Returns the list of currently available sample sizes.
| Return type: | List of QAudioFormat.SampleType |
|---|
Returns the list of currently available sample types.