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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.