FFmpeg
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
 
int64_t prev_pts
 
ff_const59 AVOutputFormatoformat
 
AVFormatContextavf
 

Detailed Description

Definition at line 47 of file webm_chunk.c.

Field Documentation

◆ class

const AVClass* WebMChunkContext::class

Definition at line 48 of file webm_chunk.c.

◆ chunk_start_index

int WebMChunkContext::chunk_start_index

Definition at line 49 of file webm_chunk.c.

Referenced by webm_chunk_write_header().

◆ header_filename

char* WebMChunkContext::header_filename

Definition at line 50 of file webm_chunk.c.

Referenced by get_chunk_filename().

◆ chunk_duration

int WebMChunkContext::chunk_duration

Definition at line 51 of file webm_chunk.c.

Referenced by chunk_mux_init(), and webm_chunk_write_packet().

◆ chunk_index

int WebMChunkContext::chunk_index

Definition at line 52 of file webm_chunk.c.

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

◆ http_method

char* WebMChunkContext::http_method

Definition at line 53 of file webm_chunk.c.

Referenced by chunk_end(), and webm_chunk_write_header().

◆ duration_written

uint64_t WebMChunkContext::duration_written

Definition at line 54 of file webm_chunk.c.

Referenced by webm_chunk_write_packet().

◆ prev_pts

int64_t WebMChunkContext::prev_pts

Definition at line 55 of file webm_chunk.c.

Referenced by webm_chunk_write_header(), and webm_chunk_write_packet().

◆ oformat

ff_const59 AVOutputFormat* WebMChunkContext::oformat

Definition at line 56 of file webm_chunk.c.

Referenced by chunk_mux_init(), and webm_chunk_write_header().

◆ avf

AVFormatContext* WebMChunkContext::avf

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