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
qaudioformat.h File Reference

(e9abd242abfbc368478f7be3e2923e7b100a9386)

#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_NO_KEYWORDS >
 

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 )