The QAudioOutputSelectorControl class provides an audio output selector media control. More...
| Header: | #include <QAudioOutputSelectorControl> |
| qmake: | QT += multimedia |
| Inherits: | QMediaControl |
| virtual | ~QAudioOutputSelectorControl() |
| virtual QString | activeOutput() const = 0 |
| virtual QList<QString> | availableOutputs() const = 0 |
| virtual QString | defaultOutput() const = 0 |
| virtual QString | outputDescription(const QString &name) const = 0 |
| virtual void | setActiveOutput(const QString &name) = 0 |
| void | activeOutputChanged(const QString &name) |
| void | availableOutputsChanged() |
| QAudioOutputSelectorControl(QObject *parent = nullptr) |
The QAudioOutputSelectorControl class provides an audio output selector media control.
The QAudioOutputSelectorControl class provides descriptions of the audio outputs available on a system and allows one to be selected as the audio output of a media service.
The interface name of QAudioOutputSelectorControl is org.qt-project.qt.audiooutputselectorcontrol/5.0 as defined in QAudioOutputSelectorControl_iid.
See also QMediaService::requestControl().
[protected] QAudioOutputSelectorControl::QAudioOutputSelectorControl(QObject *parent = nullptr)Constructs a new audio output selector control with the given parent.
[virtual] QAudioOutputSelectorControl::~QAudioOutputSelectorControl()Destroys an audio output selector control.
[pure virtual] QString QAudioOutputSelectorControl::activeOutput() constReturns the name of the currently selected audio output.
See also setActiveOutput().
[signal] void QAudioOutputSelectorControl::activeOutputChanged(const QString &name)Signals that the audio output has changed to name.
[pure virtual] QList<QString> QAudioOutputSelectorControl::availableOutputs() constReturns a list of the names of the available audio outputs.
[signal] void QAudioOutputSelectorControl::availableOutputsChanged()Signals that list of available outputs has changed.
[pure virtual] QString QAudioOutputSelectorControl::defaultOutput() constReturns the name of the default audio output.
[pure virtual] QString QAudioOutputSelectorControl::outputDescription(const QString &name) constReturns the description of the output name.
[pure virtual slot] void QAudioOutputSelectorControl::setActiveOutput(const
QString &name)Set the active audio output to name.
See also activeOutput().
org.qt-project.qt.audiooutputselectorcontrol/5.0
Defines the interface name of the QAudioOutputSelectorControl class.