CopperSpice API  1.9.1
QMediaServiceFeaturesInterface Class Referenceabstract

The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plugin. More...

Public Methods

virtual ~QMediaServiceFeaturesInterface ()
 
virtual QMediaServiceProviderHint::Features supportedFeatures (const QString &service) const = 0
 

Detailed Description

A QMediaServiceProviderPlugin may implement this interface.

Constructor & Destructor Documentation

QMediaServiceFeaturesInterface::~QMediaServiceFeaturesInterface ( )
inlinevirtual

Destroys a media service features interface.

Method Documentation

QMediaServiceProviderHint::Features QMediaServiceFeaturesInterface::supportedFeatures ( const QString service) const
pure virtual

Returns a set of features supported by a plugin service.