FFmpeg
|
#include <isom.h>
Data Fields | |
int | found_tfhd |
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 |
int MOVFragment::found_tfhd |
Definition at line 96 of file isom.h.
Referenced by mov_read_trun().
unsigned MOVFragment::track_id |
Definition at line 97 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 98 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
uint64_t MOVFragment::moof_offset |
Definition at line 99 of file isom.h.
Referenced by mov_read_header(), and mov_read_tfhd().
uint64_t MOVFragment::implicit_offset |
Definition at line 100 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::stsd_id |
Definition at line 101 of file isom.h.
Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::duration |
Definition at line 102 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::size |
Definition at line 103 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
unsigned MOVFragment::flags |
Definition at line 104 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().