The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities. More...
#include <QMediaNetworkAccessControl>
This class is under development and is subject to change.
Inherits: QMediaControl.
This class was introduced in Qt Mobility 1.2.
virtual | ~QMediaNetworkAccessControl () |
virtual QNetworkConfiguration | currentConfiguration () const = 0 |
virtual void | setConfigurations ( const QList<QNetworkConfiguration> & configurations ) = 0 |
void | configurationChanged ( const QNetworkConfiguration & configuration ) |
QMediaNetworkAccessControl ( QObject * parent = 0 ) |
The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities.
The functionality provided by this control allows the setting of a Network Access Point.
This control can be used to set a network access for various network related activities. the exact nature in dependant on the underlying usage by the supported QMediaObject
Destroys a network access control.
This signal is emitted when the current active network configuration changes to configuration.
This function was introduced in Qt Mobility 1.2.
configurations contains a list of network configurations to be used for network access.
It is assumed the list is given in highest to lowest preference order. By calling this function all previous configurations will be invalidated and replaced with the new list.
This function was introduced in Qt Mobility 1.2.
© 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.