Libav
Data Fields
MOVMuxContext Struct Reference

#include <movenc.h>

Data Fields

const AVClassav_class
 
int mode
 
int64_t time
 
int nb_streams
 
int chapter_track
 qt chapter track number More...
 
int64_t mdat_pos
 
uint64_t mdat_size
 
MOVTracktracks
 
int flags
 
int rtp_flags
 
int iods_skip
 
int iods_video_profile
 
int iods_audio_profile
 
int moov_written
 
int fragments
 
int max_fragment_duration
 
int min_fragment_duration
 
int max_fragment_size
 
int ism_lookahead
 
AVIOContextmdat_buf
 
int first_trun
 
int64_t reserved_header_pos
 
char * major_brand
 
int per_stream_grouping
 
AVFormatContextfc
 
int use_editlist
 
int frag_interleave
 
int missing_duration_warned
 

Detailed Description

Definition at line 145 of file movenc.h.

Field Documentation

◆ av_class

const AVClass* MOVMuxContext::av_class

Definition at line 146 of file movenc.h.

◆ mode

int MOVMuxContext::mode

◆ time

int64_t MOVMuxContext::time

Definition at line 148 of file movenc.h.

Referenced by mov_write_header(), mov_write_moov_tag(), and mov_write_mvhd_tag().

◆ nb_streams

int MOVMuxContext::nb_streams

◆ chapter_track

int MOVMuxContext::chapter_track

qt chapter track number

Definition at line 150 of file movenc.h.

Referenced by mov_free(), mov_write_header(), mov_write_moov_tag(), and mov_write_trailer().

◆ mdat_pos

int64_t MOVMuxContext::mdat_pos

Definition at line 151 of file movenc.h.

Referenced by mov_write_mdat_tag(), and mov_write_trailer().

◆ mdat_size

uint64_t MOVMuxContext::mdat_size

◆ tracks

MOVTrack* MOVMuxContext::tracks

◆ flags

int MOVMuxContext::flags

◆ rtp_flags

int MOVMuxContext::rtp_flags

Definition at line 156 of file movenc.h.

◆ iods_skip

int MOVMuxContext::iods_skip

Definition at line 157 of file movenc.h.

Referenced by mov_write_moov_tag().

◆ iods_video_profile

int MOVMuxContext::iods_video_profile

Definition at line 158 of file movenc.h.

Referenced by mov_write_iods_tag().

◆ iods_audio_profile

int MOVMuxContext::iods_audio_profile

Definition at line 159 of file movenc.h.

Referenced by mov_write_iods_tag().

◆ moov_written

int MOVMuxContext::moov_written

◆ fragments

int MOVMuxContext::fragments

Definition at line 162 of file movenc.h.

Referenced by ff_mov_write_packet(), mov_flush_fragment(), and mov_write_mfhd_tag().

◆ max_fragment_duration

int MOVMuxContext::max_fragment_duration

Definition at line 163 of file movenc.h.

Referenced by mov_write_header(), and mov_write_packet().

◆ min_fragment_duration

int MOVMuxContext::min_fragment_duration

Definition at line 164 of file movenc.h.

Referenced by mov_write_packet().

◆ max_fragment_size

int MOVMuxContext::max_fragment_size

Definition at line 165 of file movenc.h.

Referenced by mov_write_header(), and mov_write_packet().

◆ ism_lookahead

int MOVMuxContext::ism_lookahead

◆ mdat_buf

AVIOContext* MOVMuxContext::mdat_buf

◆ first_trun

int MOVMuxContext::first_trun

Definition at line 168 of file movenc.h.

Referenced by mov_write_moof_tag_internal(), and mov_write_trun_tag().

◆ reserved_header_pos

int64_t MOVMuxContext::reserved_header_pos

Definition at line 170 of file movenc.h.

Referenced by mov_flush_fragment(), mov_write_header(), mov_write_trailer(), and shift_data().

◆ major_brand

char* MOVMuxContext::major_brand

Definition at line 172 of file movenc.h.

Referenced by mov_write_ftyp_tag().

◆ per_stream_grouping

int MOVMuxContext::per_stream_grouping

Definition at line 174 of file movenc.h.

Referenced by enable_tracks(), and mov_write_tkhd_tag().

◆ fc

AVFormatContext* MOVMuxContext::fc

Definition at line 175 of file movenc.h.

Referenced by mov_write_header(), and mov_write_trak_tag().

◆ use_editlist

int MOVMuxContext::use_editlist

Definition at line 177 of file movenc.h.

Referenced by ff_mov_write_packet(), mov_write_header(), and mov_write_trak_tag().

◆ frag_interleave

int MOVMuxContext::frag_interleave

Definition at line 178 of file movenc.h.

Referenced by ff_mov_write_packet(), mov_flush_fragment(), and mov_write_header().

◆ missing_duration_warned

int MOVMuxContext::missing_duration_warned

Definition at line 179 of file movenc.h.

Referenced by mov_flush_fragment().


The documentation for this struct was generated from the following file: