![]() |
Qt 6.x
The Qt SDK
|
#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qsize.h>
#include <QtGui/qimage.h>
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) |
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QVideoFrameFormat & | f | ||
) |
Definition at line 973 of file qvideoframeformat.cpp.
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
QVideoFrameFormat::ColorSpace | cs | ||
) |
Definition at line 934 of file qvideoframeformat.cpp.
References QVideoFrameFormat::ColorSpace_AdobeRgb, QVideoFrameFormat::ColorSpace_BT2020, QVideoFrameFormat::ColorSpace_BT601, and QVideoFrameFormat::ColorSpace_BT709.
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
QVideoFrameFormat::Direction | dir | ||
) |
Definition at line 958 of file qvideoframeformat.cpp.
References QVideoFrameFormat::BottomToTop, dir, and QVideoFrameFormat::TopToBottom.
Q_MULTIMEDIA_EXPORT QDebug operator<< | ( | QDebug | dbg, |
QVideoFrameFormat::PixelFormat | pf | ||
) |
Definition at line 991 of file qvideoframeformat.cpp.
References QVideoFrameFormat::pixelFormatToString(), and QStringLiteral.