The QMediaServiceProviderPlugin class interface provides an interface for QMediaService plug-ins. More...
#include <QMediaServiceProviderPlugin>
Inherits: QObject.
This class was introduced in Qt Mobility 1.0.
virtual QMediaService * | create ( const QString & key ) = 0 |
virtual QStringList | keys () const = 0 |
virtual void | release ( QMediaService * service ) = 0 |
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.
Constructs a new instance of the QMediaService identified by key.
The QMediaService returned must be destroyed with release().
This function was introduced in Qt Mobility 1.0.
Returns a list of keys for media services a plug-in can create.
This function was introduced in Qt Mobility 1.0.
Destroys a media service constructed with create().
This function was introduced in Qt Mobility 1.0.