▲
-
Header: QMediaServiceSupportedDevicesInterface
-
qmake: QT += multimedia
Detailed Description▲
A QMediaServiceProviderPlugin may implement this interface.
Member Function Documentation▲
[virtual] QMediaServiceSupportedDevicesInterface::~QMediaServiceSupportedDevicesInterface()▲
Destroys a media service supported devices interface.
[pure virtual] QString QMediaServiceSupportedDevicesInterface::deviceDescription(const QByteArray &service, const QByteArray &device)▲
Returns the description of a device available for a service type.
[pure virtual] QList<QByteArray> QMediaServiceSupportedDevicesInterface::devices(const QByteArray &service) const▲
Returns a list of devices available for a service type.