The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities. 更多...
| 頭: | #include <QMediaNetworkAccessControl> |
| qmake: | QT += multimedia |
| 繼承: | QMediaControl |
該類已過時。 提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。
| virtual | ~QMediaNetworkAccessControl () |
| virtual QNetworkConfiguration | currentConfiguration () const = 0 |
| virtual void | setConfigurations (const QList<QNetworkConfiguration> & configurations ) = 0 |
| void | configurationChanged (const QNetworkConfiguration & configuration ) |
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 is dependent on the underlying usage by the supported QMediaObject .
[signal]
void
QMediaNetworkAccessControl::
configurationChanged
(const
QNetworkConfiguration
&
configuration
)
This signal is emitted when the current active network configuration changes to configuration .
[虛擬]
QMediaNetworkAccessControl::
~QMediaNetworkAccessControl
()
Destroys a network access control.
[pure virtual]
QNetworkConfiguration
QMediaNetworkAccessControl::
currentConfiguration
() const
Returns the current active configuration in use. A default constructed QNetworkConfigration is returned if no user supplied configuration are in use.
[pure virtual]
void
QMediaNetworkAccessControl::
setConfigurations
(const
QList
<
QNetworkConfiguration
> &
configurations
)
The configurations parameter 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.