Data Fields | |
unsigned int | flags |
unsigned int | size |
uint64_t | pos |
unsigned int | samplesInChunk |
char | key_frame |
unsigned int | entries |
int64_t | cts |
int64_t | dts |
Definition at line 43 of file movenc.c.
int64_t MOVIentry::cts |
Definition at line 49 of file movenc.c.
Referenced by mov_write_ctts_tag(), mov_write_edts_tag(), and mov_write_packet().
int64_t MOVIentry::dts |
Definition at line 50 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stts_tag().
unsigned int MOVIentry::entries |
Definition at line 48 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stsz_tag().
unsigned int MOVIentry::flags |
char MOVIentry::key_frame |
Definition at line 47 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stss_tag().
uint64_t MOVIentry::pos |
Definition at line 45 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stco_tag().
unsigned int MOVIentry::samplesInChunk |
Definition at line 46 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stsc_tag().
unsigned int MOVIentry::size |
Definition at line 44 of file movenc.c.
Referenced by mov_write_packet(), and mov_write_stsz_tag().