Phonon
videodataoutput2.cpp
44 QMetaObject::invokeMethod(this, "frameReadySignal", Qt::QueuedConnection, Q_ARG(Phonon::Experimental::VideoFrame2, frame));
This class gives you the video data.
Definition abstractvideodataoutput.h:57
void endOfMedia() override
This function is called after the last frameReady of a MediaObject was called.
Definition videodataoutput2.cpp:47
void frameReady(const VideoFrame2 &) override
This function is called whenever a frame should be displayed.
Definition videodataoutput2.cpp:42
bool invokeMethod(QObject *context, Functor &&function, FunctorReturnType *ret)
QueuedConnection
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.