FFmpeg
Data Fields
WebMChunkContext Struct Reference

Data Fields

const AVClassclass
 
char * header_filename
 
int chunk_duration
 
int chunk_index
 
char * http_method
 
uint64_t duration_written
 
int64_t prev_pts
 
AVFormatContextavf
 
int header_written
 

Detailed Description

Definition at line 39 of file webm_chunk.c.

Field Documentation

◆ class

const AVClass* WebMChunkContext::class

Definition at line 40 of file webm_chunk.c.

◆ header_filename

char* WebMChunkContext::header_filename

Definition at line 41 of file webm_chunk.c.

Referenced by webm_chunk_init().

◆ chunk_duration

int WebMChunkContext::chunk_duration

Definition at line 42 of file webm_chunk.c.

Referenced by webm_chunk_init(), and webm_chunk_write_packet().

◆ chunk_index

int WebMChunkContext::chunk_index

Definition at line 43 of file webm_chunk.c.

Referenced by chunk_start(), and get_chunk_filename().

◆ http_method

char* WebMChunkContext::http_method

Definition at line 44 of file webm_chunk.c.

Referenced by chunk_end(), and webm_chunk_init().

◆ duration_written

uint64_t WebMChunkContext::duration_written

Definition at line 45 of file webm_chunk.c.

Referenced by webm_chunk_write_packet().

◆ prev_pts

int64_t WebMChunkContext::prev_pts

Definition at line 46 of file webm_chunk.c.

Referenced by webm_chunk_init(), and webm_chunk_write_packet().

◆ avf

AVFormatContext* WebMChunkContext::avf

◆ header_written

int WebMChunkContext::header_written

Definition at line 48 of file webm_chunk.c.

Referenced by webm_chunk_deinit(), and webm_chunk_write_header().


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