QMediaVideoProbeControl Class

QMediaVideoProbeControl class allows control over probing video frames in media objects. 更多...

头: #include <QMediaVideoProbeControl>
qmake: QT += multimedia
继承: QMediaControl

公共函数

virtual ~QMediaVideoProbeControl ()

信号

void flush ()
void videoFrameProbed (const QVideoFrame & frame )

保护函数

QMediaVideoProbeControl (QObject * parent = Q_NULLPTR)

QMediaVideoProbeControl_iid

额外继承成员

详细描述

QMediaVideoProbeControl class allows control over probing video frames in media objects.

QVideoProbe is the client facing class for probing video - this class is implemented by media backends to provide this functionality.

接口名称对于 QMediaVideoProbeControl is org.qt-project.qt.mediavideoprobecontrol/5.0 作为定义在 QMediaVideoProbeControl_iid .

另请参阅 QVideoProbe , QMediaService::requestControl (), QMediaPlayer ,和 QCamera .

成员函数文档编制

[protected] QMediaVideoProbeControl:: QMediaVideoProbeControl ( QObject * parent = Q_NULLPTR)

Create a new media video probe control object with the given parent .

[virtual] QMediaVideoProbeControl:: ~QMediaVideoProbeControl ()

Destroys this video probe control

[signal] void QMediaVideoProbeControl:: flush ()

This signal should be emitted when it is required to release all frames.

[signal] void QMediaVideoProbeControl:: videoFrameProbed (const QVideoFrame & frame )

This signal should be emitted when a video frame is processed in the media service.

宏文档编制

QMediaVideoProbeControl_iid

org.qt-project.qt.mediavideoprobecontrol/5.0

定义接口名为 QMediaVideoProbeControl 类。