Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QVideoFramePrivate Class Reference
+ Inheritance diagram for QVideoFramePrivate:
+ Collaboration diagram for QVideoFramePrivate:

Public Member Functions

 QVideoFramePrivate ()=default
 
 QVideoFramePrivate (const QVideoFrameFormat &format)
 
 ~QVideoFramePrivate ()
 
- 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
 

Public Attributes

qint64 startTime = -1
 
qint64 endTime = -1
 
QAbstractVideoBuffer::MapData mapData
 
QVideoFrameFormat format
 
QAbstractVideoBufferbuffer = nullptr
 
int mappedCount = 0
 
QMutex mapMutex
 
QString subtitleText
 
QVideoFrame::RotationAngle rotationAngle = QVideoFrame::Rotation0
 
bool mirrored = false
 
QImage image
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 24 of file qvideoframe.cpp.

Constructor & Destructor Documentation

◆ QVideoFramePrivate() [1/2]

QVideoFramePrivate::QVideoFramePrivate ( )
default

◆ QVideoFramePrivate() [2/2]

QVideoFramePrivate::QVideoFramePrivate ( const QVideoFrameFormat format)
inline

Definition at line 28 of file qvideoframe.cpp.

◆ ~QVideoFramePrivate()

QVideoFramePrivate::~QVideoFramePrivate ( )
inline

Definition at line 33 of file qvideoframe.cpp.

References buffer.

Member Data Documentation

◆ buffer

◆ endTime

qint64 QVideoFramePrivate::endTime = -1

Definition at line 39 of file qvideoframe.cpp.

Referenced by QVideoFrame::endTime(), and QVideoFrame::setEndTime().

◆ format

◆ image

QImage QVideoFramePrivate::image

Definition at line 48 of file qvideoframe.cpp.

Referenced by QVideoFrame::toImage().

◆ mapData

◆ mapMutex

QMutex QVideoFramePrivate::mapMutex

Definition at line 44 of file qvideoframe.cpp.

Referenced by QVideoFrame::map(), and QVideoFrame::unmap().

◆ mappedCount

int QVideoFramePrivate::mappedCount = 0

Definition at line 43 of file qvideoframe.cpp.

Referenced by QVideoFrame::map(), and QVideoFrame::unmap().

◆ mirrored

bool QVideoFramePrivate::mirrored = false

Definition at line 47 of file qvideoframe.cpp.

Referenced by QVideoFrame::mirrored(), and QVideoFrame::setMirrored().

◆ rotationAngle

QVideoFrame::RotationAngle QVideoFramePrivate::rotationAngle = QVideoFrame::Rotation0

Definition at line 46 of file qvideoframe.cpp.

Referenced by QVideoFrame::rotationAngle(), and QVideoFrame::setRotationAngle().

◆ startTime

qint64 QVideoFramePrivate::startTime = -1

Definition at line 38 of file qvideoframe.cpp.

Referenced by QVideoFrame::setStartTime(), and QVideoFrame::startTime().

◆ subtitleText

QString QVideoFramePrivate::subtitleText

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