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 fragments
 
int max_fragment_duration
 
int min_fragment_duration
 
int max_fragment_size
 
int ism_lookahead
 
AVIOContextmdat_buf
 

Detailed Description

Definition at line 134 of file movenc.h.

Field Documentation

const AVClass* MOVMuxContext::av_class

Definition at line 135 of file movenc.h.

int MOVMuxContext::chapter_track

qt chapter track number

Definition at line 139 of file movenc.h.

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

int MOVMuxContext::fragments
int MOVMuxContext::iods_audio_profile

Definition at line 148 of file movenc.h.

Referenced by mov_write_iods_tag().

int MOVMuxContext::iods_skip

Definition at line 146 of file movenc.h.

Referenced by mov_write_moov_tag().

int MOVMuxContext::iods_video_profile

Definition at line 147 of file movenc.h.

Referenced by mov_write_iods_tag().

int MOVMuxContext::ism_lookahead
int MOVMuxContext::max_fragment_duration

Definition at line 151 of file movenc.h.

Referenced by mov_write_header(), and mov_write_packet().

int MOVMuxContext::max_fragment_size

Definition at line 153 of file movenc.h.

Referenced by mov_write_header(), and mov_write_packet().

AVIOContext* MOVMuxContext::mdat_buf

Definition at line 155 of file movenc.h.

Referenced by ff_mov_write_packet(), and mov_flush_fragment().

int64_t MOVMuxContext::mdat_pos

Definition at line 140 of file movenc.h.

Referenced by mov_write_mdat_tag(), and mov_write_trailer().

uint64_t MOVMuxContext::mdat_size
int MOVMuxContext::min_fragment_duration

Definition at line 152 of file movenc.h.

Referenced by mov_write_packet().

int MOVMuxContext::rtp_flags

Definition at line 145 of file movenc.h.

int64_t MOVMuxContext::time

Definition at line 137 of file movenc.h.

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


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