The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in. More...
#include <QMediaServiceFeaturesInterface>
This class was introduced in Qt Mobility 1.0.
virtual | ~QMediaServiceFeaturesInterface () |
virtual QMediaServiceProviderHint::Features | supportedFeatures ( const QByteArray & service ) const = 0 |
The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in.
A QMediaServiceProviderPlugin may implement this interface.
Destroys a media service features interface.
Returns a set of features supported by a plug-in service.
This function was introduced in Qt Mobility 1.0.