Qt 6.6
Qt Multimedia
C++ Classes
QtMultimedia
QVideoFrameFormat
Qt 6.6.0 Reference Documentation
List of All Members for QVideoFrameFormat
This is the complete list of members for
QVideoFrameFormat
, including inherited members.
enum
ColorRange
enum
ColorSpace
enum
ColorTransfer
enum
Direction
enum
PixelFormat
enum
YCbCrColorSpace
QVideoFrameFormat
()
QVideoFrameFormat
(const QSize &, PixelFormat)
QVideoFrameFormat
(const QVideoFrameFormat &)
QVideoFrameFormat
(QVideoFrameFormat &&)
~QVideoFrameFormat
()
colorRange
() const : ColorRange
colorSpace
() const : ColorSpace
colorTransfer
() const : ColorTransfer
detach
()
fragmentShaderFileName
() const : QString
frameHeight
() const : int
frameRate
() const : qreal
frameSize
() const : QSize
frameWidth
() const : int
imageFormatFromPixelFormat
(PixelFormat) : QImage::Format
isMirrored
() const : bool
isValid
() const : bool
maxLuminance
() const : float
pixelFormat
() const : QVideoFrameFormat::PixelFormat
pixelFormatFromImageFormat
(QImage::Format) : PixelFormat
pixelFormatToString
(QVideoFrameFormat::PixelFormat) : QString
planeCount
() const : int
scanLineDirection
() const : Direction
setColorRange
(ColorRange)
setColorSpace
(ColorSpace)
setColorTransfer
(ColorTransfer)
setFrameRate
(qreal)
setFrameSize
(const QSize &)
setFrameSize
(int, int)
setMaxLuminance
(float)
setMirrored
(bool)
setScanLineDirection
(Direction)
setViewport
(const QRect &)
setYCbCrColorSpace
(YCbCrColorSpace)
swap
(QVideoFrameFormat &)
updateUniformData
(QByteArray *, const QVideoFrame &, const QMatrix4x4 &, float) const
vertexShaderFileName
() const : QString
viewport
() const : QRect
yCbCrColorSpace
() const : YCbCrColorSpace
operator!=
(const QVideoFrameFormat &) const : bool
operator=
(QVideoFrameFormat &&) : QVideoFrameFormat &
operator=
(const QVideoFrameFormat &) : QVideoFrameFormat &
operator==
(const QVideoFrameFormat &) const : bool