![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qandroidaudiodevice_p.h>
Public Member Functions | |
| QAndroidAudioDevice (QByteArray device, QString desc, QAudioDevice::Mode mode, QAudioFormat preferredFormat, bool isBluetoothDevice, bool isDefaultDevice=false) | |
| ~QAndroidAudioDevice () | |
| bool | isBluetoothDevice () const |
| Public Member Functions inherited from QAudioDevicePrivate | |
| QAudioDevicePrivate (QByteArray id, QAudioDevice::Mode m, QString description) | |
| virtual | ~QAudioDevicePrivate () |
| Public Member Functions inherited from QSharedData | |
| 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 | |
| Static Public Member Functions inherited from QAudioDevicePrivate | |
| static QAudioDevice | createQAudioDevice (std::unique_ptr< QAudioDevicePrivate > devicePrivate) |
| static const QAudioDevicePrivate * | handle (const QAudioDevice &device) |
| template<typename Derived> | |
| static const Derived * | handle (const QAudioDevice &device) |
| Public Attributes inherited from QAudioDevicePrivate | |
| const QByteArray | id |
| const QAudioDevice::Mode | mode = QAudioDevice::Output |
| const QString | description |
| bool | isDefault = false |
| QAudioFormat | preferredFormat |
| int | minimumSampleRate = 0 |
| int | maximumSampleRate = 0 |
| int | minimumChannelCount = 0 |
| int | maximumChannelCount = 0 |
| QList< QAudioFormat::SampleFormat > | supportedSampleFormats |
| QAudioFormat::ChannelConfig | channelConfiguration = QAudioFormat::ChannelConfigUnknown |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 22 of file qandroidaudiodevice_p.h.
| QT_BEGIN_NAMESPACE QAndroidAudioDevice::QAndroidAudioDevice | ( | QByteArray | device, |
| QString | desc, | ||
| QAudioDevice::Mode | mode, | ||
| QAudioFormat | preferredFormat, | ||
| bool | isBluetoothDevice, | ||
| bool | isDefaultDevice = false ) |
Definition at line 12 of file qandroidaudiodevice.cpp.
|
inline |
Definition at line 31 of file qandroidaudiodevice_p.h.
| bool QAndroidAudioDevice::isBluetoothDevice | ( | ) | const |
Definition at line 33 of file qandroidaudiodevice.cpp.