FFmpeg
|
#include <movenc.h>
Data Fields | |
int64_t | offset |
int64_t | time |
int64_t | duration |
int64_t | tfrf_offset |
int | size |
int64_t MOVFragmentInfo::offset |
Definition at line 74 of file movenc.h.
Referenced by mov_add_tfra_entries(), mov_write_sidx_tag(), and mov_write_tfra_tag().
int64_t MOVFragmentInfo::time |
Definition at line 75 of file movenc.h.
Referenced by mov_add_tfra_entries(), mov_write_sidx_tag(), mov_write_tfra_tag(), and mov_write_tfrf_tag().
int64_t MOVFragmentInfo::duration |
Definition at line 76 of file movenc.h.
Referenced by mov_add_tfra_entries(), mov_write_sidx_tag(), and mov_write_tfrf_tag().
int64_t MOVFragmentInfo::tfrf_offset |
Definition at line 77 of file movenc.h.
Referenced by mov_add_tfra_entries(), mov_write_tfrf_tag(), and mov_write_traf_tag().
int MOVFragmentInfo::size |
Definition at line 78 of file movenc.h.
Referenced by mov_add_tfra_entries(), and mov_write_sidx_tag().