FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WebMChunkContext Struct Reference

Data Fields

const AVClassclass
 
int chunk_start_index
 
char * header_filename
 
int chunk_duration
 
int chunk_index
 
char * http_method
 
uint64_t duration_written
 
int prev_pts
 
AVOutputFormatoformat
 
AVFormatContextavf
 

Detailed Description

Definition at line 47 of file webm_chunk.c.

Field Documentation

const AVClass* WebMChunkContext::class

Definition at line 48 of file webm_chunk.c.

int WebMChunkContext::chunk_start_index

Definition at line 49 of file webm_chunk.c.

Referenced by chunk_end(), and webm_chunk_write_header().

char* WebMChunkContext::header_filename

Definition at line 50 of file webm_chunk.c.

Referenced by get_chunk_filename().

int WebMChunkContext::chunk_duration

Definition at line 51 of file webm_chunk.c.

Referenced by chunk_mux_init().

int WebMChunkContext::chunk_index

Definition at line 52 of file webm_chunk.c.

Referenced by chunk_end(), chunk_start(), get_chunk_filename(), and webm_chunk_write_header().

char* WebMChunkContext::http_method

Definition at line 53 of file webm_chunk.c.

Referenced by chunk_end(), and webm_chunk_write_header().

uint64_t WebMChunkContext::duration_written

Definition at line 54 of file webm_chunk.c.

Referenced by webm_chunk_write_packet().

int WebMChunkContext::prev_pts

Definition at line 55 of file webm_chunk.c.

Referenced by webm_chunk_write_packet().

AVOutputFormat* WebMChunkContext::oformat

Definition at line 56 of file webm_chunk.c.

Referenced by chunk_mux_init(), and webm_chunk_write_header().

AVFormatContext* WebMChunkContext::avf

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