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
qvideoframeformat.h File Reference

(075da34d998790c5a0ba5a312837382db9bdc963)

#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtMultimedia/qtvideo.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 1012 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 1030 of file qvideoframeformat.cpp.

References QVideoFrameFormat::pixelFormatToString(), and QStringLiteral.

+ Here is the call graph for this function: