|
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 102 of file isom.h.
Referenced by mov_read_trun().
| unsigned MOVFragment::track_id |
Definition at line 103 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 104 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
| uint64_t MOVFragment::moof_offset |
Definition at line 105 of file isom.h.
Referenced by mov_read_header(), and mov_read_tfhd().
| uint64_t MOVFragment::implicit_offset |
Definition at line 106 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
| unsigned MOVFragment::stsd_id |
Definition at line 107 of file isom.h.
Referenced by mov_read_tfdt(), mov_read_tfhd(), and mov_read_trun().
| unsigned MOVFragment::duration |
Definition at line 108 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
| unsigned MOVFragment::size |
Definition at line 109 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
| unsigned MOVFragment::flags |
Definition at line 110 of file isom.h.
Referenced by mov_read_tfhd(), and mov_read_trun().
1.8.17