PulseAudio Qt Bindings
source.cpp
22 connect(Context::instance()->server(), &Server::defaultSourceChanged, this, &Source::defaultChanged);
58 Context::instance()->d->setGenericVolume(index(), channel, volume, VolumeObject::d->cvolume(), &pa_context_set_source_volume_by_index);
83 Context::instance()->d->setGenericVolumes(index(), volumes, VolumeObject::d->m_volume, &pa_context_set_source_volume_by_index);
void switchStreams() override
Switch all streams onto this Device Iterates through all relevant streams for the Device type and ass...
Definition source.cpp:73
void setDefault(bool enable) override
Set whether this is the default device.
Definition source.cpp:66
void setActivePortIndex(quint32 port_index) override
Set the currently active port, by index.
Definition source.cpp:46
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.