6#include <private/qplatformmediadevices_p.h>
7#include <private/qplatformmediaintegration_p.h>
9#include <QtCore/qmap.h>
351#ifndef QT_NO_DEBUG_STREAM
358 dbg <<
"QAudioDevice::Input";
361 dbg <<
"QAudioDevice::Output";
364 dbg <<
"QAudioDevice::Null";
373#include "moc_qaudiodevice.cpp"
QAudioFormat::ChannelConfig channelConfiguration
QAudioFormat preferredFormat
QList< QAudioFormat::SampleFormat > supportedSampleFormats
virtual ~QAudioDevicePrivate()
The QAudioDevice class provides an information about audio devices and their functionality.
bool isFormatSupported(const QAudioFormat &format) const
Returns true if the supplied settings are supported by the audio device described by this QAudioDevic...
int maximumSampleRate() const
Returns the maximum supported sample rate (in Hertz).
QAudioFormat::ChannelConfig channelConfiguration() const
Returns the channel configuration of the device.
QString description
\qmlproperty string QtMultimedia::audioDevice::description
Mode mode
\qmlproperty enumeration QtMultimedia::audioDevice::mode
Mode
Describes the mode of this device.
~QAudioDevice()
Destroy this audio device info.
bool operator==(const QAudioDevice &other) const
Returns true if this QAudioDevice class represents the same audio device as other.
QByteArray id
\qmlproperty string QtMultimedia::audioDevice::id
int maximumChannelCount() const
Returns the maximum number of supported channel counts.
QAudioDevice & operator=(const QAudioDevice &other)
Sets the QAudioDevice object to be equal to other.
QAudioFormat preferredFormat() const
Returns the default audio format settings for this device.
QList< QAudioFormat::SampleFormat > supportedSampleFormats() const
Returns a list of supported sample types.
int minimumChannelCount() const
Returns the minimum number of supported channel counts.
int minimumSampleRate() const
Returns the minimum supported sample rate (in Hertz).
bool operator!=(const QAudioDevice &other) const
Returns true if this QAudioDevice class represents a different audio device than other.
bool isDefault
\qmlproperty bool QtMultimedia::audioDevice::isDefault
bool isNull() const
Returns whether this QAudioDevice object holds a valid device definition.
QAudioDevice()
Describes an audio device.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
QDebug operator<<(QDebug dbg, QAudioDevice::Mode mode)
#define QT_DEFINE_QESDP_SPECIALIZATION_DTOR(Class)
QSettings settings("MySoft", "Star Runner")
[0]
bool contains(const AT &t) const noexcept