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

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
isorg.qt-project.qt.mediavideoprobecontrol/5.0
as defined inQMediaVideoProbeControl_iid
.See also
-
class
QMediaVideoProbeControl
([parent=None])¶ - param parent
QObject
Create a new media video probe control object with the given
parent
.
-
PySide2.QtMultimedia.QMediaVideoProbeControl.
flush
()¶
-
PySide2.QtMultimedia.QMediaVideoProbeControl.
videoFrameProbed
(frame)¶ - Parameters
frame –
QVideoFrame