![]() |
Qt 6.x
The Qt SDK
|
#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtMultimedia/qvideoframeformat.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qshareddata.h>
#include <QtGui/qimage.h>
Go to the source code of this file.
Classes | |
class | QVideoFrame |
The QVideoFrame class represents a frame of video data. More... | |
struct | QVideoFrame::PaintOptions |
Functions | |
Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, const QVideoFrame &) |
Q_MULTIMEDIA_EXPORT QDebug | operator<< (QDebug, QVideoFrame::HandleType) |
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QVideoFrame & | f | ||
) |
Definition at line 863 of file qvideoframe.cpp.
References QByteArray::constData(), qFormatTimeStamps(), and QString::toLatin1().
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
QVideoFrame::HandleType | type | ||
) |
Definition at line 850 of file qvideoframe.cpp.
References QVideoFrame::NoHandle, and QVideoFrame::RhiTextureHandle.