| FFmpeg
    4.0
    | 
#include <libavformat/movenc.h>
| Data Fields | |
| uint64_t | pos | 
| int64_t | dts | 
| unsigned int | size | 
| unsigned int | samples_in_chunk | 
| unsigned int | chunkNum | 
| Chunk number if the current entry is a chunk start otherwise 0.  More... | |
| unsigned int | entries | 
| int | cts | 
| uint32_t | flags | 
| uint64_t MOVIentry::pos | 
Definition at line 47 of file movenc.h.
Referenced by build_chunks(), co64_required(), ff_mov_write_packet(), mov_flush_fragment_interleaving(), mov_write_stco_tag(), mov_write_traf_tag(), and mov_write_trun_tag().
| int64_t MOVIentry::dts | 
Definition at line 48 of file movenc.h.
Referenced by check_pkt(), ff_mov_write_packet(), get_cluster_duration(), mov_add_tfra_entries(), mov_flush_fragment(), mov_write_edts_tag(), mov_write_sidx_tag(), mov_write_single_packet(), mov_write_tfxd_tag(), and mov_write_trak_tag().
| unsigned int MOVIentry::size | 
Definition at line 49 of file movenc.h.
Referenced by build_chunks(), compute_avg_bitrate(), ff_mov_write_packet(), mov_write_stsz_tag(), mov_write_tfhd_tag(), mov_write_traf_tag(), and mov_write_trun_tag().
| unsigned int MOVIentry::samples_in_chunk | 
Definition at line 50 of file movenc.h.
Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsc_tag().
| unsigned int MOVIentry::chunkNum | 
Chunk number if the current entry is a chunk start otherwise 0.
Definition at line 51 of file movenc.h.
Referenced by build_chunks(), ff_mov_write_packet(), mov_write_stco_tag(), and mov_write_stsc_tag().
| unsigned int MOVIentry::entries | 
Definition at line 52 of file movenc.h.
Referenced by build_chunks(), ff_mov_write_packet(), and mov_write_stsz_tag().
| int MOVIentry::cts | 
Definition at line 53 of file movenc.h.
Referenced by ff_mov_write_packet(), mov_add_tfra_entries(), mov_write_ctts_tag(), mov_write_edts_tag(), mov_write_sidx_tag(), mov_write_tfxd_tag(), and mov_write_trun_tag().
| uint32_t MOVIentry::flags | 
Definition at line 57 of file movenc.h.
Referenced by ff_mov_write_packet(), get_sample_flags(), mov_flush_fragment(), mov_parse_vc1_frame(), mov_write_sdtp_tag(), mov_write_sidx_tag(), and mov_write_stss_tag().
 1.8.13
 1.8.13