The QMediaServiceSupportedDevicesInterface class interface identifies the devices supported by a media service plugin.
More...
A QMediaServiceProviderPlugin may implement this interface.
QMediaServiceSupportedDevicesInterface::~QMediaServiceSupportedDevicesInterface |
( |
| ) |
|
|
inlinevirtual |
Destroys a media service supported devices interface.
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.