Contents
QMediaServiceProviderPlugin Class Reference
The QMediaServiceProviderPlugin class interface provides an interface for QMediaService plug-ins. More...
#include <QMediaServiceProviderPlugin>
This class is under development and is subject to change.
Public Functions
virtual QMediaService * | create ( const QString & key ) = 0 |
Reimplemented Public Functions
virtual QStringList | keys () const = 0 |
virtual void | release ( QMediaService * service ) = 0 |
Detailed Description
The QMediaServiceProviderPlugin class interface provides an interface for QMediaService plug-ins.
A media service provider plug-in may implement one or more of QMediaServiceSupportedFormatsInterface, QMediaServiceSupportedDevicesInterface, and QMediaServiceFeaturesInterface to identify the features it supports.