QMediaVideoProbeControl¶

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

Inheritance diagram of PySide2.QtMultimedia.QMediaVideoProbeControl

Detailed Description¶

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

The interface name of QMediaVideoProbeControl is org.qt-project.qt.mediavideoprobecontrol/5.0 as defined in QMediaVideoProbeControl_iid .

class PySide2.QtMultimedia.QMediaVideoProbeControl([parent=None])¶
param parent:

PySide2.QtCore.QObject

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

PySide2.QtMultimedia.QMediaVideoProbeControl.flush()¶
PySide2.QtMultimedia.QMediaVideoProbeControl.videoFrameProbed(frame)¶
Parameters:

frame – PySide2.QtMultimedia.QVideoFrame