Data Fields | |
unsigned | track_id |
uint64_t | base_data_offset |
uint64_t | moof_offset |
unsigned | stsd_id |
unsigned | duration |
unsigned | size |
unsigned | flags |
Definition at line 89 of file mov.c.
uint64_t MOVFragment::base_data_offset |
Definition at line 91 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::duration |
Definition at line 94 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::flags |
Definition at line 96 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().
uint64_t MOVFragment::moof_offset |
Definition at line 92 of file mov.c.
Referenced by mov_read_moof(), mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::size |
Definition at line 95 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::stsd_id |
Definition at line 93 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::track_id |
Definition at line 90 of file mov.c.
Referenced by mov_read_tfhd(), and mov_read_trun().