PulseAudioQt
Classes | |
class | CardPort |
class | Device |
class | MapBase |
class | MapBaseQObject |
class | PAOperation |
class | Port |
class | Profile |
class | PulseObject |
class | Sink |
class | SinkInput |
class | Source |
class | SourceOutput |
class | VolumeObject |
Typedefs | |
typedef MapBase< Card, pa_card_info > | CardMap |
typedef MapBase< Client, pa_client_info > | ClientMap |
typedef MapBase< Module, pa_module_info > | ModuleMap |
typedef MapBase< SinkInput, pa_sink_input_info > | SinkInputMap |
typedef MapBase< Sink, pa_sink_info > | SinkMap |
typedef MapBase< Source, pa_source_info > | SourceMap |
typedef MapBase< SourceOutput, pa_source_output_info > | SourceOutputMap |
typedef MapBase< StreamRestore, pa_ext_stream_restore_info > | StreamRestoreMap |
Functions | |
qint64 | maximumUIVolume () |
qint64 | maximumVolume () |
qint64 | minimumVolume () |
qint64 | normalVolume () |
Detailed Description
The primary namespace of PulseAudioQt.
Typedef Documentation
◆ CardMap
◆ ClientMap
◆ ModuleMap
◆ SinkInputMap
◆ SinkMap
◆ SourceMap
◆ SourceOutputMap
◆ StreamRestoreMap
Function Documentation
◆ maximumUIVolume()
The maximum volume suitable to display in a UI.
Equivalent to PA_VOLUME_UI_MAX.
Definition at line 50 of file context.cpp.
◆ maximumVolume()
The maximum volume PulseAudio can store.
Equivalent to PA_VOLUME_MAX.
- Warning
- For UI elements like volume sliders use maximumUIVolume instead.
Definition at line 45 of file context.cpp.
◆ minimumVolume()
◆ normalVolume()
The normal volume (100%, 0 dB).
Equivalent to PA_VOLUME_NORM.
Definition at line 35 of file context.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 21 2025 11:56:54 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 21 2025 11:56:54 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.