Home · All Classes · All Functions ·

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.

Inherits QObject.

Public Functions

Additional Inherited Members


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.


Member Function Documentation

QMediaService * QMediaServiceProviderPlugin::create ( const QString & key )   [pure virtual]

Constructs a new instance of the QMediaService identified by key.

The QMediaService returned must be destroyed with release().

QStringList QMediaServiceProviderPlugin::keys () const   [pure virtual]

Returns a list of keys for media services a plug-in can create.

void QMediaServiceProviderPlugin::release ( QMediaService * service )   [pure virtual]

Destroys a media service constructed with create().


Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.1