FFmpeg
|
#include <isom.h>
Data Fields | |
unsigned | track_id |
uint64_t | base_data_offset |
uint64_t | moof_offset |
uint64_t | implicit_offset |
unsigned | stsd_id |
unsigned | duration |
unsigned | size |
unsigned | flags |
int64_t | time |
unsigned MOVFragment::track_id |
Definition at line 81 of file isom.h.
Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().
uint64_t MOVFragment::base_data_offset |
Definition at line 82 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
uint64_t MOVFragment::moof_offset |
Definition at line 83 of file isom.h.
Referenced by mov_read_moof(), and mov_read_tfhd().
uint64_t MOVFragment::implicit_offset |
Definition at line 84 of file isom.h.
Referenced by mov_read_moof(), mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::stsd_id |
Definition at line 85 of file isom.h.
Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::duration |
Definition at line 86 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::size |
Definition at line 87 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::flags |
Definition at line 88 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
int64_t MOVFragment::time |
Definition at line 89 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().