![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static bool | frameRatesEqual (qreal r1, qreal r2) |
| static bool | frameRatesEqual (qreal r1, qreal r2) |
Definition at line 22 of file qvideoframeformat.cpp.
|
default |
|
inline |
Definition at line 27 of file qvideoframeformat.cpp.
|
default |
|
inline |
Definition at line 27 of file qvideoframeformat.cpp.
Definition at line 47 of file qvideoframeformat.cpp.
Definition at line 47 of file qvideoframeformat.cpp.
|
inline |
Definition at line 36 of file qvideoframeformat.cpp.
|
inline |
Definition at line 36 of file qvideoframeformat.cpp.
| QVideoFrameFormat::ColorRange QVideoFrameFormatPrivate::colorRange = QVideoFrameFormat::ColorRange_Unknown |
Definition at line 57 of file qvideoframeformat.cpp.
| QVideoFrameFormat::ColorSpace QVideoFrameFormatPrivate::colorSpace = QVideoFrameFormat::ColorSpace_Undefined |
Definition at line 55 of file qvideoframeformat.cpp.
| QVideoFrameFormat::ColorTransfer QVideoFrameFormatPrivate::colorTransfer = QVideoFrameFormat::ColorTransfer_Unknown |
Definition at line 56 of file qvideoframeformat.cpp.
| float QVideoFrameFormatPrivate::frameRate = 0.0 |
Definition at line 59 of file qvideoframeformat.cpp.
| QSize QVideoFrameFormatPrivate::frameSize |
Definition at line 54 of file qvideoframeformat.cpp.
| float QVideoFrameFormatPrivate::maxLuminance = -1. |
Definition at line 60 of file qvideoframeformat.cpp.
| QVideoFrameFormat::PixelFormat QVideoFrameFormatPrivate::pixelFormat = QVideoFrameFormat::Format_Invalid |
Definition at line 52 of file qvideoframeformat.cpp.
| QVideoFrameFormat::Direction QVideoFrameFormatPrivate::scanLineDirection = QVideoFrameFormat::TopToBottom |
Definition at line 53 of file qvideoframeformat.cpp.
| VideoTransformation QVideoFrameFormatPrivate::transformation |
Definition at line 61 of file qvideoframeformat.cpp.
| QRect QVideoFrameFormatPrivate::viewport |
Definition at line 58 of file qvideoframeformat.cpp.