CopperSpice API  1.9.1
QMediaServiceDefaultDeviceInterface Class Referenceabstract

The QMediaServiceDefaultDeviceInterface class interface identifies the default device used by a media service plugin. More...

Public Methods

virtual ~QMediaServiceDefaultDeviceInterface ()
 
virtual QString defaultDevice (const QString &service) const = 0
 

Detailed Description

A QMediaServiceProviderPlugin may implement this interface.

Constructor & Destructor Documentation

QMediaServiceDefaultDeviceInterface::~QMediaServiceDefaultDeviceInterface ( )
inlinevirtual

Destroys a media service default device interface.

Method Documentation

QString QMediaServiceDefaultDeviceInterface::defaultDevice ( const QString service) const
pure virtual

Returns the default device for a service type.