PulseAudioQt::SourceOutput

Search for usage in LXR

PulseAudioQt::SourceOutput Class Reference

#include <sourceoutput.h>

Inherits PulseAudioQt::Stream.

Public Member Functions

void setChannelVolume (int channel, qint64 volume) override
 
void setChannelVolumes (const QVector< 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()

PulseAudioQt::SourceOutput::~SourceOutput ( )

Definition at line 22 of file sourceoutput.cpp.

Member Function Documentation

◆ setChannelVolume()

void PulseAudioQt::SourceOutput::setChannelVolume ( int channel,
qint64 volume )
overridevirtual

Implements PulseAudioQt::VolumeObject.

Definition at line 56 of file sourceoutput.cpp.

◆ setChannelVolumes()

void PulseAudioQt::SourceOutput::setChannelVolumes ( const QVector< qint64 > & channelVolumes)
overridevirtual

Implements PulseAudioQt::VolumeObject.

Definition at line 61 of file sourceoutput.cpp.

◆ setDeviceIndex()

void PulseAudioQt::SourceOutput::setDeviceIndex ( quint32 deviceIndex)
override

Definition at line 41 of file sourceoutput.cpp.

◆ setMuted()

void PulseAudioQt::SourceOutput::setMuted ( bool muted)
overridevirtual

Set whether this object is muted.

Implements PulseAudioQt::VolumeObject.

Definition at line 51 of file sourceoutput.cpp.

◆ setVolume()

void PulseAudioQt::SourceOutput::setVolume ( qint64 volume)
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 46 of file sourceoutput.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:07 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.