![]() |
Home · All Classes · All Functions · | ![]() |
The QMediaServiceProviderPlugin class interface provides an interface for QMediaService plug-ins. More...
#include <QMediaServiceProviderPlugin>
This class is under development and is subject to change.
Inherits QObject.
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().
Returns a list of keys for media services a plug-in can create.
Destroys a media service constructed with create().
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.2 |