The QVideoRendererControl class provides a media control for rendering video to a QAbstractVideoSurface . 更多...
头: | #include <QVideoRendererControl> |
qmake: | QT += multimedia |
继承: | QMediaControl |
virtual | ~QVideoRendererControl () |
virtual void | setSurface (QAbstractVideoSurface * surface ) = 0 |
virtual QAbstractVideoSurface * | surface () const = 0 |
const QMetaObject | staticMetaObject |
QVideoRendererControl (QObject * parent = nullptr) |
QVideoRendererControl_iid |
The QVideoRendererControl class provides a media control for rendering video to a QAbstractVideoSurface .
使用 surface () property of QVideoRendererControl a QAbstractVideoSurface may be set as the video render target of a QMediaService .
QVideoRendererControl *rendererControl = mediaService->requestControl<QVideoRendererControl *>(); rendererControl->setSurface(myVideoSurface);
QVideoRendererControl is one of a number of possible video output controls.
接口名称对于
QVideoRendererControl
is
org.qt-project.qt.videorenderercontrol/5.0
作为定义在
QVideoRendererControl_iid
.
另请参阅 QMediaService::requestControl () 和 QVideoWidget .
[protected]
QVideoRendererControl::
QVideoRendererControl
(
QObject
*
parent
= nullptr)
Constructs a new video renderer media end point with the given parent .
[虚拟]
QVideoRendererControl::
~QVideoRendererControl
()
Destroys a video renderer media end point.
[pure virtual]
void
QVideoRendererControl::
setSurface
(
QAbstractVideoSurface
*
surface
)
设置 surface a video producer renders to.
另请参阅 surface ().
[pure virtual]
QAbstractVideoSurface
*QVideoRendererControl::
surface
() const
Returns the surface a video producer renders to.
另请参阅 setSurface ().
org.qt-project.qt.videorenderercontrol/5.0
定义接口名为 QVideoRendererControl 类。