![]() |
Qt 6.x
The Qt SDK
|
#include <qffmpegframe_p.h>
Collaboration diagram for QFFmpeg::Frame:Classes | |
| struct | Data |
Public Member Functions | |
| Frame ()=default | |
| Frame (const LoopOffset &offset, AVFrameUPtr f, const Codec &codec, qint64 pts, quint64 sourceIndex) | |
| Frame (const LoopOffset &offset, const QString &text, qint64 pts, qint64 duration, quint64 sourceIndex) | |
| bool | isValid () const |
| AVFrame * | avFrame () const |
| AVFrameUPtr | takeAVFrame () |
| const Codec * | codec () const |
| qint64 | pts () const |
| qint64 | duration () const |
| qint64 | end () const |
| QString | text () const |
| quint64 | sourceId () const |
| const LoopOffset & | loopOffset () const |
| qint64 | absolutePts () const |
| qint64 | absoluteEnd () const |
Definition at line 31 of file qffmpegframe_p.h.
|
default |
|
inline |
Definition at line 68 of file qffmpegframe_p.h.
|
inline |
Definition at line 73 of file qffmpegframe_p.h.
|
inline |
Definition at line 90 of file qffmpegframe_p.h.
References end(), loopOffset(), and QFFmpeg::LoopOffset::pos.
Here is the call graph for this function:
|
inline |
Definition at line 89 of file qffmpegframe_p.h.
References loopOffset(), QFFmpeg::LoopOffset::pos, and pts().
Here is the call graph for this function:
|
inline |
Definition at line 80 of file qffmpegframe_p.h.
|
inline |
Definition at line 82 of file qffmpegframe_p.h.
|
inline |
Definition at line 84 of file qffmpegframe_p.h.
|
inline |
Definition at line 85 of file qffmpegframe_p.h.
Referenced by absoluteEnd().
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file qffmpegframe_p.h.
Referenced by QFFmpeg::AudioRenderer::updateSynchronization().
Here is the caller graph for this function:
|
inline |
Definition at line 88 of file qffmpegframe_p.h.
Referenced by absoluteEnd(), and absolutePts().
Here is the caller graph for this function:
|
inline |
Definition at line 83 of file qffmpegframe_p.h.
Referenced by absolutePts().
Here is the caller graph for this function:
|
inline |
Definition at line 87 of file qffmpegframe_p.h.
|
inline |
Definition at line 81 of file qffmpegframe_p.h.
References frame.
|
inline |
Definition at line 86 of file qffmpegframe_p.h.