QMediaServiceFeaturesInterface Class
The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in. 更多...
头文件: | #include <QMediaServiceFeaturesInterface> |
qmake: | QT += multimedia |
公有函数
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.
成员函数
[virtual]
QMediaServiceFeaturesInterface::~QMediaServiceFeaturesInterface()
Destroys a media service features interface.
[pure virtual]
QMediaServiceProviderHint::Features QMediaServiceFeaturesInterface::supportedFeatures(const QByteArray &service) const
Returns a set of features supported by a plug-in service.