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
typedef MapBase<Card, pa_card_info> PulseAudioQt::CardMap |
◆ ClientMap
typedef MapBase<Client, pa_client_info> PulseAudioQt::ClientMap |
◆ ModuleMap
typedef MapBase<Module, pa_module_info> PulseAudioQt::ModuleMap |
◆ SinkInputMap
typedef MapBase<SinkInput, pa_sink_input_info> PulseAudioQt::SinkInputMap |
◆ SinkMap
typedef MapBase<Sink, pa_sink_info> PulseAudioQt::SinkMap |
◆ SourceMap
typedef MapBase<Source, pa_source_info> PulseAudioQt::SourceMap |
◆ SourceOutputMap
typedef MapBase<SourceOutput, pa_source_output_info> PulseAudioQt::SourceOutputMap |
◆ StreamRestoreMap
typedef MapBase<StreamRestore, pa_ext_stream_restore_info> PulseAudioQt::StreamRestoreMap |
Function Documentation
◆ maximumUIVolume()
PULSEAUDIOQT_EXPORT qint64 PulseAudioQt::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()
PULSEAUDIOQT_EXPORT qint64 PulseAudioQt::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()
PULSEAUDIOQT_EXPORT qint64 PulseAudioQt::minimumVolume | ( | ) |
◆ normalVolume()
PULSEAUDIOQT_EXPORT qint64 PulseAudioQt::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-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.