Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QVideoFrameFormatPrivate Class Reference
+ Inheritance diagram for QVideoFrameFormatPrivate:
+ Collaboration diagram for QVideoFrameFormatPrivate:

Public Member Functions

 QVideoFrameFormatPrivate ()=default
 
 QVideoFrameFormatPrivate (const QSize &size, QVideoFrameFormat::PixelFormat format)
 
bool operator== (const QVideoFrameFormatPrivate &other) const
 
 QVideoFrameFormatPrivate ()=default
 
 QVideoFrameFormatPrivate (const QSize &size, QVideoFrameFormat::PixelFormat format)
 
bool operator== (const QVideoFrameFormatPrivate &other) const
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Static Public Member Functions

static bool frameRatesEqual (qreal r1, qreal r2)
 
static bool frameRatesEqual (qreal r1, qreal r2)
 

Public Attributes

QVideoFrameFormat::PixelFormat pixelFormat = QVideoFrameFormat::Format_Invalid
 
QVideoFrameFormat::Direction scanLineDirection = QVideoFrameFormat::TopToBottom
 
QSize frameSize
 
QVideoFrameFormat::ColorSpace colorSpace = QVideoFrameFormat::ColorSpace_Undefined
 
QVideoFrameFormat::ColorTransfer colorTransfer = QVideoFrameFormat::ColorTransfer_Unknown
 
QVideoFrameFormat::ColorRange colorRange = QVideoFrameFormat::ColorRange_Unknown
 
QRect viewport
 
float frameRate = 0.0
 
float maxLuminance = -1.
 
VideoTransformation transformation
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 21 of file qvideoframeformat.cpp.

Constructor & Destructor Documentation

◆ QVideoFrameFormatPrivate() [1/4]

QVideoFrameFormatPrivate::QVideoFrameFormatPrivate ( )
default

◆ QVideoFrameFormatPrivate() [2/4]

QVideoFrameFormatPrivate::QVideoFrameFormatPrivate ( const QSize & size,
QVideoFrameFormat::PixelFormat format )
inline

Definition at line 26 of file qvideoframeformat.cpp.

◆ QVideoFrameFormatPrivate() [3/4]

QVideoFrameFormatPrivate::QVideoFrameFormatPrivate ( )
default

◆ QVideoFrameFormatPrivate() [4/4]

QVideoFrameFormatPrivate::QVideoFrameFormatPrivate ( const QSize & size,
QVideoFrameFormat::PixelFormat format )
inline

Definition at line 26 of file qvideoframeformat.cpp.

Member Function Documentation

◆ frameRatesEqual() [1/2]

static bool QVideoFrameFormatPrivate::frameRatesEqual ( qreal r1,
qreal r2 )
inlinestatic

Definition at line 46 of file qvideoframeformat.cpp.

◆ frameRatesEqual() [2/2]

static bool QVideoFrameFormatPrivate::frameRatesEqual ( qreal r1,
qreal r2 )
inlinestatic

Definition at line 46 of file qvideoframeformat.cpp.

◆ operator==() [1/2]

bool QVideoFrameFormatPrivate::operator== ( const QVideoFrameFormatPrivate & other) const
inline

Definition at line 35 of file qvideoframeformat.cpp.

◆ operator==() [2/2]

bool QVideoFrameFormatPrivate::operator== ( const QVideoFrameFormatPrivate & other) const
inline

Definition at line 35 of file qvideoframeformat.cpp.

Member Data Documentation

◆ colorRange

Definition at line 56 of file qvideoframeformat.cpp.

◆ colorSpace

Definition at line 54 of file qvideoframeformat.cpp.

◆ colorTransfer

Definition at line 55 of file qvideoframeformat.cpp.

◆ frameRate

float QVideoFrameFormatPrivate::frameRate = 0.0

Definition at line 58 of file qvideoframeformat.cpp.

◆ frameSize

QSize QVideoFrameFormatPrivate::frameSize

Definition at line 53 of file qvideoframeformat.cpp.

◆ maxLuminance

float QVideoFrameFormatPrivate::maxLuminance = -1.

Definition at line 59 of file qvideoframeformat.cpp.

◆ pixelFormat

QVideoFrameFormat::PixelFormat QVideoFrameFormatPrivate::pixelFormat = QVideoFrameFormat::Format_Invalid

Definition at line 51 of file qvideoframeformat.cpp.

◆ scanLineDirection

QVideoFrameFormat::Direction QVideoFrameFormatPrivate::scanLineDirection = QVideoFrameFormat::TopToBottom

Definition at line 52 of file qvideoframeformat.cpp.

◆ transformation

VideoTransformation QVideoFrameFormatPrivate::transformation

Definition at line 60 of file qvideoframeformat.cpp.

◆ viewport

QRect QVideoFrameFormatPrivate::viewport

Definition at line 57 of file qvideoframeformat.cpp.


The documentation for this class was generated from the following file: