![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgstreameraudiodevice_p.h>
Public Member Functions | |
| QGStreamerCustomAudioDeviceInfo (const QByteArray &gstreamerPipeline, QAudioDevice::Mode mode) | |
| 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 32 of file qgstreameraudiodevice_p.h.
| QT_BEGIN_NAMESPACE QGStreamerCustomAudioDeviceInfo::QGStreamerCustomAudioDeviceInfo | ( | const QByteArray & | gstreamerPipeline, |
| QAudioDevice::Mode | mode ) |
Definition at line 12 of file qgstreameraudiodevice.cpp.