QMediaServiceFeaturesInterface Class
The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in. More...
#include <QMediaServiceFeaturesInterface>
Public Functions
virtual | ~QMediaServiceFeaturesInterface() |
virtual QMediaServiceProviderHint::Features | supportedFeatures(const QByteArray & service) const = 0 |
Detailed Description
The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in.
A QMediaServiceProviderPlugin may implement this interface.
Member Function Documentation
QMediaServiceFeaturesInterface::~QMediaServiceFeaturesInterface() [virtual]
Destroys a media service features interface.
QMediaServiceProviderHint::Features QMediaServiceFeaturesInterface::supportedFeatures(const QByteArray & service) const [pure virtual]
Returns a set of features supported by a plug-in service.