Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qaudioformat.h File Reference
#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)
 

Function Documentation

◆ operator<<() [1/2]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
const QAudioFormat f 
)

Definition at line 470 of file qaudioformat.cpp.

◆ operator<<() [2/2]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
QAudioFormat::SampleFormat  type 
)