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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.