The QAudioEndpointSelector class provides an audio endpoint selector media control. More...
#include <QAudioEndpointSelector>
This class is under development and is subject to change.
Inherits QMediaControl.
virtual | ~QAudioEndpointSelector () |
virtual QString | activeEndpoint () const = 0 |
virtual QList<QString> | availableEndpoints () const = 0 |
virtual QString | defaultEndpoint () const = 0 |
virtual QString | endpointDescription ( const QString & name ) const = 0 |
virtual void | setActiveEndpoint ( const QString & name ) = 0 |
void | activeEndpointChanged ( const QString & name ) |
void | availableEndpointsChanged () |
QAudioEndpointSelector ( QObject * parent = 0 ) |
QAudioEndpointSelector_iid |
The QAudioEndpointSelector class provides an audio endpoint selector media control.
The QAudioEndpointSelector class provides descriptions of the audio endpoints available on a system and allows one to be selected as the audio of a media service.
The interface name of QAudioEndpointSelector is com.nokia.Qt.QAudioEndpointSelector/1.0 as defined in QAudioEndpointSelector_iid.
See also QMediaService::requestControl().
Constructs a new audio endpoint selector with the given parent.
Destroys an audio endpoint selector.
Returns the name of the currently selected audio endpoint.
See also setActiveEndpoint().
Signals that the audio endpoint has changed to name.
Returns a list of available audio endpoints.
Signals that list of available endpoints has changed.
Returns the name of the default audio endpoint.
Returns the description of the endpoint name.
Set the audio endpoint to name.
See also activeEndpoint().
com.nokia.Qt.QAudioEndpointSelector/1.0
Defines the interface name of the QAudioEndpointSelector class.