Data Fields | |
uint32_t | type |
int64_t | offset |
int64_t | size |
Definition at line 81 of file mov.c.
int64_t MOVAtom::offset |
Definition at line 83 of file mov.c.
Referenced by mov_read_cmov(), mov_read_default(), mov_read_hdlr(), and mov_read_wide().
int64_t MOVAtom::size |
Definition at line 84 of file mov.c.
Referenced by mov_read_cmov(), mov_read_default(), mov_read_extradata(), mov_read_ftyp(), mov_read_glbl(), mov_read_hdlr(), mov_read_header(), mov_read_mdat(), mov_read_meta(), mov_read_smi(), mov_read_stsd(), mov_read_udta_string(), mov_read_wave(), and mov_read_wide().
uint32_t MOVAtom::type |
Definition at line 82 of file mov.c.
Referenced by mov_read_cmov(), mov_read_default(), mov_read_extradata(), mov_read_stco(), mov_read_trkn(), mov_read_udta_string(), and mov_read_wide().