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

(6f590d44bb186178902a5fc3dc4a12cee8e88eaa)

#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtCore/qmetatype.h>
+ Include dependency graph for qaudio.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAudio
 

Enumerations

enum  QAudio::Error {
  QAudio::NoError , QAudio::OpenError , QAudio::IOError , QAudio::UnderrunError ,
  QAudio::FatalError
}
 
enum  QAudio::State { QAudio::ActiveState , QAudio::SuspendedState , QAudio::StoppedState , QAudio::IdleState }
 
enum  QAudio::VolumeScale { QAudio::LinearVolumeScale , QAudio::CubicVolumeScale , QAudio::LogarithmicVolumeScale , QAudio::DecibelVolumeScale }
 

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.
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug dbg, QtAudio::Error error)
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug dbg, QtAudio::State state)
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug dbg, QtAudio::VolumeScale role)
 

Function Documentation

◆ operator<<() [1/3]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
QtAudio::Error error )

◆ operator<<() [2/3]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
QtAudio::State state )

◆ operator<<() [3/3]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
QtAudio::VolumeScale role )