![]() |
Qt 6.x
The Qt SDK
|
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) |
| #define LOG100 4.60517018599 |
Definition at line 11 of file qaudio.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| QAudio::Error | error | ||
| ) |
Definition at line 173 of file qaudio.cpp.
References error, QAudio::FatalError, QAudio::IOError, QAudio::NoError, QAudio::OpenError, and QAudio::UnderrunError.
| QDebug operator<< | ( | QDebug | dbg, |
| QAudio::State | state | ||
| ) |
Definition at line 197 of file qaudio.cpp.
References QAudio::ActiveState, QAudio::IdleState, state, QAudio::StoppedState, and QAudio::SuspendedState.
| QDebug operator<< | ( | QDebug | dbg, |
| QAudio::VolumeScale | scale | ||
| ) |
Definition at line 218 of file qaudio.cpp.
References QAudio::CubicVolumeScale, QAudio::DecibelVolumeScale, QAudio::LinearVolumeScale, and QAudio::LogarithmicVolumeScale.