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
qtaudio.cpp File Reference

(6f590d44bb186178902a5fc3dc4a12cee8e88eaa)

#include <qtaudio.h>
#include <qmath.h>
#include <QDebug>
+ Include dependency graph for qtaudio.cpp:

Go to the source code of this file.

Namespaces

namespace  QtAudio
 The QtAudio namespace contains enums used by the audio classes.
 
namespace  QAudio
 

Macros

#define LOG100   4.60517018599
 

Functions

Q_MULTIMEDIA_EXPORT float QAudio::convertVolume (float volume, VolumeScale from, VolumeScale to)
 Converts an audio volume from a volume scale to another, and returns the result.
 
QDebug operator<< (QDebug dbg, QAudio::Error error)
 
QDebug operator<< (QDebug dbg, QAudio::State state)
 
QDebug operator<< (QDebug dbg, QAudio::VolumeScale scale)
 

Macro Definition Documentation

◆ LOG100

#define LOG100   4.60517018599

Definition at line 11 of file qtaudio.cpp.

Function Documentation

◆ operator<<() [1/3]

QDebug operator<< ( QDebug dbg,
QAudio::Error error )

Definition at line 175 of file qtaudio.cpp.

◆ operator<<() [2/3]

QDebug operator<< ( QDebug dbg,
QAudio::State state )

Definition at line 199 of file qtaudio.cpp.

◆ operator<<() [3/3]

QDebug operator<< ( QDebug dbg,
QAudio::VolumeScale scale )

Definition at line 220 of file qtaudio.cpp.