![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qobject.h>#include <QtCore/qshareddata.h>#include <QtMultimedia/qtmultimediaglobal.h>
Include dependency graph for qaudioformat.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QAudioFormat |
| The QAudioFormat class stores audio stream parameter information. More... | |
Namespaces | |
| namespace | QtPrivate |
| \macro QT_NAMESPACE | |
Functions | |
| template<typename... Args> | |
| constexpr int | QtPrivate::channelConfig (Args... values) |
| Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, const QAudioFormat &) |
| Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, QAudioFormat::SampleFormat) |
| Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| const QAudioFormat & | f | ||
| ) |
Definition at line 470 of file qaudioformat.cpp.
| Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
| QAudioFormat::SampleFormat | type | ||
| ) |
Definition at line 446 of file qaudioformat.cpp.
References QAudioFormat::Float, QAudioFormat::Int16, QAudioFormat::Int32, and QAudioFormat::UInt8.