FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | adaptation_sets |
AdaptationSet * | as |
int | nb_as |
int | representation_id |
int | is_live |
int | chunk_start_index |
int | chunk_duration |
char * | utc_timing_url |
double | time_shift_buffer_depth |
int | minimum_update_period |
int | debug_mode |
Definition at line 48 of file webmdashenc.c.
const AVClass* WebMDashMuxContext::class |
Definition at line 49 of file webmdashenc.c.
char* WebMDashMuxContext::adaptation_sets |
Definition at line 50 of file webmdashenc.c.
Referenced by parse_adaptation_sets().
AdaptationSet* WebMDashMuxContext::as |
Definition at line 51 of file webmdashenc.c.
Referenced by free_adaptation_sets(), parse_adaptation_sets(), and write_adaptation_set().
int WebMDashMuxContext::nb_as |
Definition at line 52 of file webmdashenc.c.
Referenced by free_adaptation_sets(), parse_adaptation_sets(), and webm_dash_manifest_write_header().
int WebMDashMuxContext::representation_id |
Definition at line 53 of file webmdashenc.c.
Referenced by write_adaptation_set().
int WebMDashMuxContext::is_live |
Definition at line 54 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header(), write_adaptation_set(), write_header(), and write_representation().
int WebMDashMuxContext::chunk_start_index |
Definition at line 55 of file webmdashenc.c.
Referenced by write_adaptation_set().
int WebMDashMuxContext::chunk_duration |
Definition at line 56 of file webmdashenc.c.
Referenced by write_adaptation_set().
char* WebMDashMuxContext::utc_timing_url |
Definition at line 57 of file webmdashenc.c.
Referenced by write_header().
double WebMDashMuxContext::time_shift_buffer_depth |
Definition at line 58 of file webmdashenc.c.
Referenced by write_header().
int WebMDashMuxContext::minimum_update_period |
Definition at line 59 of file webmdashenc.c.
Referenced by write_header().
int WebMDashMuxContext::debug_mode |
Definition at line 60 of file webmdashenc.c.
Referenced by write_header().