Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qaudio.cpp File Reference
#include <qaudio.h>
#include <qmath.h>
#include <QDebug>
+ Include dependency graph for qaudio.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define LOG100   4.60517018599
 

Functions

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 qaudio.cpp.

Function Documentation

◆ operator<<() [1/3]

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

◆ operator<<() [2/3]

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

◆ operator<<() [3/3]