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

Inherited by: QAudioRecorder, QCameraImageCapture, QMediaPlaylist, QMediaRecorder, QRadioData, QCameraViewfinder, QGraphicsVideoItem, QVideoWidget
Detailed Description¶
-
class
QMediaBindableInterface
¶
-
PySide2.QtMultimedia.QMediaBindableInterface.
mediaObject
()¶ - Return type
Return the currently attached media object.
See also
-
PySide2.QtMultimedia.QMediaBindableInterface.
setMediaObject
(object)¶ - Parameters
object –
QMediaObject
- Return type
bool
Attaches to the media
object
. Returns true if attached successfully, otherwise returns false.See also