PulseAudioQt::SourceOutput
#include <sourceoutput.h>
Public Member Functions | |
void | setChannelVolume (int channel, qint64 volume) override |
void | setChannelVolumes (const QList< qint64 > &channelVolumes) override |
void | setDeviceIndex (quint32 deviceIndex) override |
void | setMuted (bool muted) override |
void | setVolume (qint64 volume) override |
Detailed Description
A SourceOutput Stream.
Definition at line 19 of file sourceoutput.h.
Constructor & Destructor Documentation
◆ ~SourceOutput()
|
override |
Definition at line 22 of file sourceoutput.cpp.
Member Function Documentation
◆ setChannelVolume()
|
overridevirtual |
Implements PulseAudioQt::VolumeObject.
Definition at line 56 of file sourceoutput.cpp.
◆ setChannelVolumes()
|
overridevirtual |
Implements PulseAudioQt::VolumeObject.
Definition at line 61 of file sourceoutput.cpp.
◆ setDeviceIndex()
|
override |
Definition at line 40 of file sourceoutput.cpp.
◆ setMuted()
|
overridevirtual |
Set whether this object is muted.
Implements PulseAudioQt::VolumeObject.
Definition at line 51 of file sourceoutput.cpp.
◆ setVolume()
|
overridevirtual |
Set the volume for this object.
This affects all channels. The volume must be between PulseAudioQt::minimumVolume() and PulseAudioQt::maximumVolume().
Implements PulseAudioQt::VolumeObject.
Definition at line 45 of file sourceoutput.cpp.
The documentation for this class was generated from the following files:
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.