QMediaServiceFeaturesInterface Class
The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in. More...
Header: | #include <QMediaServiceFeaturesInterface> |
qmake: | QT += multimedia |
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
[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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qmediaservicefeaturesinterface.html