CopperSpice API  1.9.1
QMediaServiceSupportedDevicesInterface Class Referenceabstract

The QMediaServiceSupportedDevicesInterface class interface identifies the devices supported by a media service plugin. More...

Public Methods

virtual ~QMediaServiceSupportedDevicesInterface ()
 
virtual QString deviceDescription (const QString &service, const QString &device) = 0
 
virtual QList< QStringdevices (const QString &service) const = 0
 

Detailed Description

A QMediaServiceProviderPlugin may implement this interface.

Constructor & Destructor Documentation

QMediaServiceSupportedDevicesInterface::~QMediaServiceSupportedDevicesInterface ( )
inlinevirtual

Destroys a media service supported devices interface.

Method Documentation

QString QMediaServiceSupportedDevicesInterface::deviceDescription ( const QString service,
const QString device 
)
pure virtual

Returns the description of a device available for a service type.

QList< QString > QMediaServiceSupportedDevicesInterface::devices ( const QString service) const
pure virtual

Returns a list of devices available for a service type.