QAbstractAudioDeviceInfo

Inheritance diagram of QAbstractAudioDeviceInfo

Synopsis

Functions

def byteOrderList ()
def channelsList ()
def codecList ()
def deviceName ()
def frequencyList ()
def isFormatSupported (format)
def nearestFormat (format)
def preferredFormat ()
def sampleSizeList ()
def sampleTypeList ()

Detailed Description

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

QAudioDeviceInfo

class PySide.QtMultimedia.QAbstractAudioDeviceInfo
QAbstractAudioDeviceInfo.byteOrderList()
Return type:List of QAudioFormat.Endian

Returns the list of currently available byte orders.

QAbstractAudioDeviceInfo.channelsList()
Return type:List of int

Returns the list of currently available channels.

QAbstractAudioDeviceInfo.codecList()
Return type:QList

Returns the list of currently available codecs.

QAbstractAudioDeviceInfo.deviceName()
Return type:QString

Returns the audio device name.

QAbstractAudioDeviceInfo.frequencyList()
Return type:List of int

Returns the list of currently available frequencies.

QAbstractAudioDeviceInfo.isFormatSupported(format)
Parameter:format – QAudioFormat
Return type:bool

Returns true if format is available from audio device.

QAbstractAudioDeviceInfo.nearestFormat(format)
Parameter:format – QAudioFormat
Return type:QAudioFormat

Returns the nearest settings format .

QAbstractAudioDeviceInfo.preferredFormat()
Return type:QAudioFormat

Returns the nearest settings.

QAbstractAudioDeviceInfo.sampleSizeList()
Return type:List of int

Returns the list of currently available sample sizes.

QAbstractAudioDeviceInfo.sampleTypeList()
Return type:List of QAudioFormat.SampleType

Returns the list of currently available sample types.