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.

Member Function Documentation

◆ 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-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:02:24 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.