Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGStreamerAudioDeviceInfo Class Reference

#include <qgstreameraudiodevice_p.h>

+ Inheritance diagram for QGStreamerAudioDeviceInfo:
+ Collaboration diagram for QGStreamerAudioDeviceInfo:

Public Member Functions

 QGStreamerAudioDeviceInfo (GstDevice *gstDevice, const QByteArray &device, QAudioDevice::Mode mode)
 
 ~QGStreamerAudioDeviceInfo ()
 
- Public Member Functions inherited from QAudioDevicePrivate
 QAudioDevicePrivate (const QByteArray &i, QAudioDevice::Mode m)
 
virtual ~QAudioDevicePrivate ()
 
bool operator== (const QAudioDevicePrivate &other) const
 
QAudioDevice create ()
 
- 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.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QGstDeviceHandle gstDevice
 
- Public Attributes inherited from QAudioDevicePrivate
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::SampleFormatsupportedSampleFormats
 
QAudioFormat::ChannelConfig channelConfiguration = QAudioFormat::ChannelConfigUnknown
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 32 of file qgstreameraudiodevice_p.h.

Constructor & Destructor Documentation

◆ QGStreamerAudioDeviceInfo()

◆ ~QGStreamerAudioDeviceInfo()

QGStreamerAudioDeviceInfo::~QGStreamerAudioDeviceInfo ( )
default

Member Data Documentation

◆ gstDevice

QGstDeviceHandle QGStreamerAudioDeviceInfo::gstDevice

Definition at line 38 of file qgstreameraudiodevice_p.h.

Referenced by QGStreamerAudioDeviceInfo().


The documentation for this class was generated from the following files: