QMediaServiceSupportedDevicesInterface

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

Inheritance diagram of PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface

Detailed Description

A QMediaServiceProviderPlugin may implement this interface.

class QMediaServiceSupportedDevicesInterface
PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.deviceDescription(service, device)
Parameters
  • serviceQByteArray

  • deviceQByteArray

Return type

unicode

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

PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.devices(service)
Parameters

serviceQByteArray

Return type

Returns a list of devices available for a service type.