PulseAudio Qt Bindings
sink.cpp
24 connect(Context::instance()->server(), &Server::defaultSinkChanged, this, &Sink::defaultChanged);
69 Context::instance()->d->setGenericVolume(index(), channel, volume, VolumeObject::d->cvolume(), &pa_context_set_sink_volume_by_index);
91 Context::instance()->d->setGenericVolumes(index(), channelVolumes, VolumeObject::d->m_volume, &pa_context_set_sink_volume_by_index);
void setActivePortIndex(quint32 port_index) override
Set the currently active port, by index.
Definition sink.cpp:57
void switchStreams() override
Switch all streams onto this Device Iterates through all relevant streams for the Device type and ass...
Definition sink.cpp:94
T qobject_cast(QObject *object)
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.