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
QAudioDeviceDerived Struct Reference

#include <qtmultimediaquicktypes_p.h>

+ Inheritance diagram for QAudioDeviceDerived:
+ Collaboration diagram for QAudioDeviceDerived:

Additional Inherited Members

- Public Types inherited from QAudioDevice
enum  Mode { Null , Input , Output }
 Describes the mode of this device. More...
 
- Public Member Functions inherited from QAudioDevice
 QAudioDevice ()
 Describes an audio device.
 
 QAudioDevice (const QAudioDevice &other)
 Constructs a copy of other.
 
 ~QAudioDevice ()
 Destroy this audio device info.
 
 QAudioDevice (QAudioDevice &&other) noexcept=default
 Move constructs from other.
 
void swap (QAudioDevice &other) noexcept
 Swaps the audio device with the other.
 
QAudioDeviceoperator= (const QAudioDevice &other)
 Sets the QAudioDevice object to be equal to other.
 
bool operator== (const QAudioDevice &other) const
 Returns true if this QAudioDevice class represents the same audio device as other.
 
bool operator!= (const QAudioDevice &other) const
 Returns true if this QAudioDevice class represents a different audio device than other.
 
bool isNull () const
 Returns whether this QAudioDevice object holds a valid device definition.
 
QByteArray id () const
 
QString description () const
 
bool isDefault () const
 
QAudioDevice::Mode mode () const
 
bool isFormatSupported (const QAudioFormat &format) const
 Returns true if the supplied settings are supported by the audio device described by this QAudioDevice.
 
QAudioFormat preferredFormat () const
 Returns the default audio format settings for this device.
 
int minimumSampleRate () const
 Returns the minimum supported sample rate (in Hertz).
 
int maximumSampleRate () const
 Returns the maximum supported sample rate (in Hertz).
 
int minimumChannelCount () const
 Returns the minimum number of supported channel counts.
 
int maximumChannelCount () const
 Returns the maximum number of supported channel counts.
 
QList< QAudioFormat::SampleFormatsupportedSampleFormats () const
 Returns a list of supported sample types.
 
QAudioFormat::ChannelConfig channelConfiguration () const
 Returns the channel configuration of the device.
 
const QAudioDevicePrivatehandle () const
 
- Properties inherited from QAudioDevice
QByteArray id
 \qmlproperty string QtMultimedia::audioDevice::id
 
QString description
 \qmlproperty string QtMultimedia::audioDevice::description
 
bool isDefault
 \qmlproperty bool QtMultimedia::audioDevice::isDefault
 
Mode mode
 \qmlproperty enumeration QtMultimedia::audioDevice::mode
 

Detailed Description

Definition at line 117 of file qtmultimediaquicktypes_p.h.


The documentation for this struct was generated from the following file: