![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtmultimediaquicktypes_p.h>
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. | |
| QAudioDevice & | operator= (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::SampleFormat > | supportedSampleFormats () const |
| Returns a list of supported sample types. | |
| QAudioFormat::ChannelConfig | channelConfiguration () const |
| Returns the channel configuration of the device. | |
| 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 \qmlenumeratorsfrom [AudioDevice] QAudioDevice::Mode | |
Definition at line 128 of file qtmultimediaquicktypes_p.h.