The QAudioEndpointSelector class provides an audio endpoint selector media control. More...
#include <QAudioEndpointSelector>
Inherits: QMediaControl.
This class was introduced in Qt Mobility 1.0.
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.
This function was introduced in Qt Mobility 1.0.
See also setActiveEndpoint().
Signals that the audio endpoint has changed to name.
This function was introduced in Qt Mobility 1.0.
Returns a list of available audio endpoints.
This function was introduced in Qt Mobility 1.0.
Signals that list of available endpoints has changed.
This function was introduced in Qt Mobility 1.0.
Returns the name of the default audio endpoint.
This function was introduced in Qt Mobility 1.0.
Returns the description of the endpoint name.
This function was introduced in Qt Mobility 1.0.
Set the audio endpoint to name.
This function was introduced in Qt Mobility 1.0.
See also activeEndpoint().
com.nokia.Qt.QAudioEndpointSelector/1.0
Defines the interface name of the QAudioEndpointSelector class.