QMediaBindableInterface¶

The QMediaBindableInterface class is the base class for objects extending media objects functionality. More…

Inheritance diagram of PySide2.QtMultimedia.QMediaBindableInterface

Detailed Description¶

class PySide2.QtMultimedia.QMediaBindableInterface¶
PySide2.QtMultimedia.QMediaBindableInterface.mediaObject()¶
Return type:

PySide2.QtMultimedia.QMediaObject

Return the currently attached media object.

See also

setMediaObject()

PySide2.QtMultimedia.QMediaBindableInterface.setMediaObject(object)¶
Parameters:

object – PySide2.QtMultimedia.QMediaObject

Return type:

bool

Attaches to the media object . Returns true if attached successfully, otherwise returns false.

See also

mediaObject()