![]() |
Qt 6.x
The Qt SDK
|
#include <qdarwinaudiodevice_p.h>
Public Member Functions | |
QCoreAudioDeviceInfo (const QByteArray &device, QAudioDevice::Mode mode) | |
~QCoreAudioDeviceInfo () | |
bool | isFormatSupported (const QAudioFormat &format) const |
![]() | |
QAudioDevicePrivate (const QByteArray &i, QAudioDevice::Mode m) | |
virtual | ~QAudioDevicePrivate () |
bool | operator== (const QAudioDevicePrivate &other) const |
QAudioDevice | create () |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Additional Inherited Members | |
![]() | |
QByteArray | id |
QAudioDevice::Mode | mode = QAudioDevice::Output |
bool | isDefault = false |
QAudioFormat | preferredFormat |
QString | description |
int | minimumSampleRate = 0 |
int | maximumSampleRate = 0 |
int | minimumChannelCount = 0 |
int | maximumChannelCount = 0 |
QList< QAudioFormat::SampleFormat > | supportedSampleFormats |
QAudioFormat::ChannelConfig | channelConfiguration = QAudioFormat::ChannelConfigUnknown |
![]() | |
QAtomicInt | ref |
Definition at line 26 of file qdarwinaudiodevice_p.h.
QT_BEGIN_NAMESPACE QCoreAudioDeviceInfo::QCoreAudioDeviceInfo | ( | const QByteArray & | device, |
QAudioDevice::Mode | mode | ||
) |
Definition at line 26 of file qdarwinaudiodevice.mm.
References QAudioFormat::Float, QAudioFormat::Int16, QAudioFormat::Int32, and QAudioFormat::UInt8.
|
inline |
Definition at line 34 of file qdarwinaudiodevice_p.h.
bool QCoreAudioDeviceInfo::isFormatSupported | ( | const QAudioFormat & | format | ) | const |