QMediaServiceFeaturesInterface¶
The
QMediaServiceFeaturesInterface
class interface identifies features supported by a media service plug-in. More…

Detailed Description¶
A
QMediaServiceProviderPlugin
may implement this interface.
-
class
QMediaServiceFeaturesInterface
¶
-
PySide2.QtMultimedia.QMediaServiceFeaturesInterface.
supportedFeatures
(service)¶ - Parameters
service –
QByteArray
- Return type
Features
Returns a set of features supported by a plug-in
service
.