54 #ifndef QDEVICEINFO_MAC_P_H 55 #define QDEVICEINFO_MAC_P_H 57 #include <CoreAudio/CoreAudio.h> 59 #include <QtMultimedia/qaudioengine.h> 97 #endif // QDEVICEINFO_MAC_P_H static QByteArray defaultOutputDevice()
#define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
QString deviceName() const
Returns the audio device name.
The QString class provides a Unicode character string.
static QByteArray defaultInputDevice()
QAudioFormat preferredFormat() const
Returns the nearest settings.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
QList< int > channelsList()
Returns the list of currently available channels.
bool isFormatSupported(const QAudioFormat &format) const
Returns true if format is available from audio device.
QAudioDeviceInfoInternal(QByteArray dev, QAudio::Mode mode)
QStringList codecList()
Returns the list of currently available codecs.
QList< QAudioFormat::SampleType > sampleTypeList()
Returns the list of currently available sample types.
QAudioFormat nearestFormat(const QAudioFormat &format) const
Returns the nearest settings format.
QList< QAudioFormat::Endian > byteOrderList()
Returns the list of currently available byte orders.
QList< int > sampleSizeList()
Returns the list of currently available sample sizes.
The QAbstractAudioDeviceInfo class provides access for QAudioDeviceInfo to access the audio device pr...
QList< int > frequencyList()
Returns the list of currently available frequencies.
static QList< QByteArray > availableDevices(QAudio::Mode)