![]() |
Qt 6.x
The Qt SDK
|
#include <qffmpegframe_p.h>
Collaboration diagram for QFFmpeg::Frame::Data:Public Member Functions | |
| Data (const LoopOffset &offset, AVFrameUPtr f, const Codec &codec, qint64, quint64 sourceId) | |
| Data (const LoopOffset &offset, const QString &text, qint64 pts, qint64 duration, quint64 sourceId) | |
Public Attributes | |
| QAtomicInt | ref |
| LoopOffset | loopOffset |
| std::optional< Codec > | codec |
| AVFrameUPtr | frame |
| QString | text |
| qint64 | pts = -1 |
| qint64 | duration = -1 |
| quint64 | sourceId = 0 |
Definition at line 33 of file qffmpegframe_p.h.
|
inline |
Definition at line 35 of file qffmpegframe_p.h.
References codec, duration, frame, QFFmpeg::getAVFrameDuration(), QFFmpeg::mul(), pts, and Q_ASSERT.
Here is the call graph for this function:
|
inline |
Definition at line 51 of file qffmpegframe_p.h.
| std::optional<Codec> QFFmpeg::Frame::Data::codec |
Definition at line 59 of file qffmpegframe_p.h.
Referenced by Data().
| qint64 QFFmpeg::Frame::Data::duration = -1 |
Definition at line 63 of file qffmpegframe_p.h.
Referenced by Data().
| AVFrameUPtr QFFmpeg::Frame::Data::frame |
Definition at line 60 of file qffmpegframe_p.h.
Referenced by Data().
| LoopOffset QFFmpeg::Frame::Data::loopOffset |
Definition at line 58 of file qffmpegframe_p.h.
| qint64 QFFmpeg::Frame::Data::pts = -1 |
Definition at line 62 of file qffmpegframe_p.h.
Referenced by Data().
| QAtomicInt QFFmpeg::Frame::Data::ref |
Definition at line 57 of file qffmpegframe_p.h.
| quint64 QFFmpeg::Frame::Data::sourceId = 0 |
Definition at line 64 of file qffmpegframe_p.h.
| QString QFFmpeg::Frame::Data::text |
Definition at line 61 of file qffmpegframe_p.h.