The QMediaBindableInterface class is the base class for objects extending media objects functionality. More...
#include <QMediaBindableInterface>
This class is under development and is subject to change.
Inherited by QCameraImageCapture, QGraphicsVideoItem, QMediaPlaylist, QMediaRecorder, and QVideoWidget.
virtual | ~QMediaBindableInterface () |
virtual QMediaObject * | mediaObject () const = 0 |
virtual bool | setMediaObject ( QMediaObject * object ) = 0 |
The QMediaBindableInterface class is the base class for objects extending media objects functionality.
Destroys a media helper object.
Return the currenty attached media object.
See also setMediaObject().
Attaches to the media object. Returns true if attached successfully, otherwise returns false.
See also mediaObject().