PulseAudio Qt Bindings
device.h
31 Q_PROPERTY(quint32 activePortIndex READ activePortIndex WRITE setActivePortIndex NOTIFY activePortIndexChanged)
37 InvalidState = 0,
38 /** Running, sink/source is playing/recording and used by at least one non-corked sink-input/source-output. */
40 /** When idle, the sink/source is playing/recording but there is no non-corked sink-input/source-output attached to it. */
@ SuspendedState
When suspended, actual sink/source access can be closed, for instance.
Definition: device.h:43
@ IdleState
When idle, the sink/source is playing/recording but there is no non-corked sink-input/source-output a...
Definition: device.h:41
@ RunningState
Running, sink/source is playing/recording and used by at least one non-corked sink-input/source-outpu...
Definition: device.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:00:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:00:01 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.