Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qvideoframeformat.h File Reference
#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qsize.h>
#include <QtGui/qimage.h>
+ Include dependency graph for qvideoframeformat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QVideoFrameFormat
 The QVideoFrameFormat class specifies the stream format of a video presentation surface. More...
 

Functions

Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug, const QVideoFrameFormat &)
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug, QVideoFrameFormat::Direction)
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug, QVideoFrameFormat::ColorSpace)
 
Q_MULTIMEDIA_EXPORT QDebug operator<< (QDebug, QVideoFrameFormat::PixelFormat)
 

Function Documentation

◆ operator<<() [1/4]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
const QVideoFrameFormat f 
)

Definition at line 973 of file qvideoframeformat.cpp.

◆ operator<<() [2/4]

◆ operator<<() [3/4]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
QVideoFrameFormat::Direction  dir 
)

◆ operator<<() [4/4]

Q_MULTIMEDIA_EXPORT QDebug operator<< ( QDebug  dbg,
QVideoFrameFormat::PixelFormat  pf 
)

Definition at line 991 of file qvideoframeformat.cpp.

References QVideoFrameFormat::pixelFormatToString(), and QStringLiteral.

+ Here is the call graph for this function: