VLC
3.0.21
|
Data Fields | |
es_out_id_t *(* | pf_add )(es_out_t *, const es_format_t *) |
int(* | pf_send )(es_out_t *, es_out_id_t *, block_t *) |
void(* | pf_del )(es_out_t *, es_out_id_t *) |
int(* | pf_control )(es_out_t *, int i_query, va_list) |
void(* | pf_destroy )(es_out_t *) |
es_out_sys_t * | p_sys |
es_out_sys_t* es_out_t::p_sys |
es_out_id_t*(* es_out_t::pf_add) (es_out_t *, const es_format_t *) |
Referenced by es_out_Add(), input_EsOutNew(), and input_EsOutTimeshiftNew().
int(* es_out_t::pf_control) (es_out_t *, int i_query, va_list) |
Referenced by es_out_vaControl(), input_EsOutNew(), and input_EsOutTimeshiftNew().
void(* es_out_t::pf_del) (es_out_t *, es_out_id_t *) |
Referenced by es_out_Del(), input_EsOutNew(), and input_EsOutTimeshiftNew().
void(* es_out_t::pf_destroy) (es_out_t *) |
Referenced by es_out_Delete(), input_EsOutNew(), and input_EsOutTimeshiftNew().
int(* es_out_t::pf_send) (es_out_t *, es_out_id_t *, block_t *) |
Referenced by es_out_Send(), input_EsOutNew(), and input_EsOutTimeshiftNew().