![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsaudiodevice_p.h>
Public Member Functions | |
| QWindowsAudioDevice (QByteArray deviceId, ComPtr< IMMDevice > immdev, QString description, QAudioDevice::Mode mode) | |
| ~QWindowsAudioDevice () | |
| ComPtr< IMMDevice > | open () 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 | |
Public Attributes | |
| std::pair< int, int > | m_probedChannelCountRange { 1, 2 } |
| std::pair< int, int > | m_probedSampleRateRange |
| 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 |
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) |
Definition at line 31 of file qwindowsaudiodevice_p.h.
| QWindowsAudioDevice::QWindowsAudioDevice | ( | QByteArray | deviceId, |
| ComPtr< IMMDevice > | immdev, | ||
| QString | description, | ||
| QAudioDevice::Mode | mode ) |
Definition at line 271 of file qwindowsaudiodevice.cpp.
|
default |
| ComPtr< IMMDevice > QWindowsAudioDevice::open | ( | ) | const |
Definition at line 335 of file qwindowsaudiodevice.cpp.
| std::pair<int, int> QWindowsAudioDevice::m_probedChannelCountRange { 1, 2 } |
Definition at line 40 of file qwindowsaudiodevice_p.h.
| std::pair<int, int> QWindowsAudioDevice::m_probedSampleRateRange |
Definition at line 41 of file qwindowsaudiodevice_p.h.