Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qaudioformat.h File Reference

(9fc458cefa594cb153e5c8b15f0f677085c4a6aa)

#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

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 488 of file qaudioformat.cpp.

◆ operator<<() [2/2]

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

Definition at line 464 of file qaudioformat.cpp.