Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvideoframe.h File Reference

(49d1fb36a3d81aa871611e53931bfa23bc3bcaf0)

#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtMultimedia/qtvideo.h>
#include <QtMultimedia/qvideoframeformat.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qshareddata.h>
#include <QtGui/qimage.h>
+ Include dependency graph for qvideoframe.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ operator<<() [1/2]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
const QVideoFrame & f )

Definition at line 925 of file qvideoframe.cpp.

References qFormatTimeStamps().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug dbg,
QVideoFrame::HandleType type )

Definition at line 912 of file qvideoframe.cpp.

References QVideoFrame::NoHandle, and QVideoFrame::RhiTextureHandle.