![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QVideoFramePrivate ()=default | |
QVideoFramePrivate (const QVideoFrameFormat &format) | |
~QVideoFramePrivate () | |
![]() | |
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 | |
Public Attributes | |
qint64 | startTime = -1 |
qint64 | endTime = -1 |
QAbstractVideoBuffer::MapData | mapData |
QVideoFrameFormat | format |
QAbstractVideoBuffer * | buffer = nullptr |
int | mappedCount = 0 |
QMutex | mapMutex |
QString | subtitleText |
QVideoFrame::RotationAngle | rotationAngle = QVideoFrame::Rotation0 |
bool | mirrored = false |
QImage | image |
![]() | |
QAtomicInt | ref |
Definition at line 24 of file qvideoframe.cpp.
|
default |
|
inline |
Definition at line 28 of file qvideoframe.cpp.
|
inline |
Definition at line 33 of file qvideoframe.cpp.
References buffer.
QAbstractVideoBuffer* QVideoFramePrivate::buffer = nullptr |
Definition at line 42 of file qvideoframe.cpp.
Referenced by QVideoFrame::QVideoFrame(), QVideoFrame::QVideoFrame(), ~QVideoFramePrivate(), QVideoFrame::handleType(), QVideoFrame::isMapped(), QVideoFrame::isReadable(), QVideoFrame::isValid(), QVideoFrame::isWritable(), QVideoFrame::map(), QVideoFrame::mapMode(), QVideoFrame::unmap(), and QVideoFrame::videoBuffer().
qint64 QVideoFramePrivate::endTime = -1 |
Definition at line 39 of file qvideoframe.cpp.
Referenced by QVideoFrame::endTime(), and QVideoFrame::setEndTime().
QVideoFrameFormat QVideoFramePrivate::format |
Definition at line 41 of file qvideoframe.cpp.
Referenced by QVideoFrame::isValid(), QVideoFrame::map(), QVideoFrame::pixelFormat(), QVideoFrame::planeCount(), QVideoFrame::size(), and QVideoFrame::surfaceFormat().
QImage QVideoFramePrivate::image |
Definition at line 48 of file qvideoframe.cpp.
Referenced by QVideoFrame::toImage().
QAbstractVideoBuffer::MapData QVideoFramePrivate::mapData |
Definition at line 40 of file qvideoframe.cpp.
Referenced by QVideoFrame::bits(), QVideoFrame::bits(), QVideoFrame::bytesPerLine(), QVideoFrame::map(), QVideoFrame::mappedBytes(), and QVideoFrame::unmap().
QMutex QVideoFramePrivate::mapMutex |
Definition at line 44 of file qvideoframe.cpp.
Referenced by QVideoFrame::map(), and QVideoFrame::unmap().
int QVideoFramePrivate::mappedCount = 0 |
Definition at line 43 of file qvideoframe.cpp.
Referenced by QVideoFrame::map(), and QVideoFrame::unmap().
bool QVideoFramePrivate::mirrored = false |
Definition at line 47 of file qvideoframe.cpp.
Referenced by QVideoFrame::mirrored(), and QVideoFrame::setMirrored().
QVideoFrame::RotationAngle QVideoFramePrivate::rotationAngle = QVideoFrame::Rotation0 |
Definition at line 46 of file qvideoframe.cpp.
Referenced by QVideoFrame::rotationAngle(), and QVideoFrame::setRotationAngle().
qint64 QVideoFramePrivate::startTime = -1 |
Definition at line 38 of file qvideoframe.cpp.
Referenced by QVideoFrame::setStartTime(), and QVideoFrame::startTime().
QString QVideoFramePrivate::subtitleText |
Definition at line 45 of file qvideoframe.cpp.
Referenced by QVideoFrame::paint(), QVideoFrame::setSubtitleText(), and QVideoFrame::subtitleText().