QMediaServiceSupportedDevicesInterface¶
The
QMediaServiceSupportedDevicesInterface
class interface identifies the devices supported by a media service plug-in. More…

Detailed Description¶
A
QMediaServiceProviderPlugin
may implement this interface.
-
class
QMediaServiceSupportedDevicesInterface
¶
-
PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.
deviceDescription
(service, device)¶ - Parameters
service –
QByteArray
device –
QByteArray
- Return type
unicode
Returns the description of a
device
available for aservice
type.
-
PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.
devices
(service)¶ - Parameters
service –
QByteArray
- Return type
Returns a list of devices available for a
service
type.