| 
    FFmpeg
    
   | 
 
Data Fields | |
| const AVClass * | class | 
| char * | header_filename | 
| int | chunk_duration | 
| int | chunk_index | 
| char * | http_method | 
| uint64_t | duration_written | 
| int64_t | prev_pts | 
| AVFormatContext * | avf | 
| int | header_written | 
Definition at line 39 of file webm_chunk.c.
| const AVClass* WebMChunkContext::class | 
Definition at line 40 of file webm_chunk.c.
| char* WebMChunkContext::header_filename | 
Definition at line 41 of file webm_chunk.c.
Referenced by webm_chunk_init().
| int WebMChunkContext::chunk_duration | 
Definition at line 42 of file webm_chunk.c.
Referenced by webm_chunk_init(), and webm_chunk_write_packet().
| int WebMChunkContext::chunk_index | 
Definition at line 43 of file webm_chunk.c.
Referenced by chunk_start(), and get_chunk_filename().
| char* WebMChunkContext::http_method | 
Definition at line 44 of file webm_chunk.c.
Referenced by chunk_end(), and webm_chunk_init().
| uint64_t WebMChunkContext::duration_written | 
Definition at line 45 of file webm_chunk.c.
Referenced by webm_chunk_write_packet().
| int64_t WebMChunkContext::prev_pts | 
Definition at line 46 of file webm_chunk.c.
Referenced by webm_chunk_init(), and webm_chunk_write_packet().
| AVFormatContext* WebMChunkContext::avf | 
Definition at line 47 of file webm_chunk.c.
Referenced by chunk_end(), chunk_start(), webm_chunk_deinit(), webm_chunk_init(), webm_chunk_write_header(), webm_chunk_write_packet(), and webm_chunk_write_trailer().
| int WebMChunkContext::header_written | 
Definition at line 48 of file webm_chunk.c.
Referenced by webm_chunk_deinit(), and webm_chunk_write_header().
 1.8.17