VLC  4.0.0-dev
Data Fields
es_out_callbacks Struct Reference
Collaboration diagram for es_out_callbacks:
Collaboration graph
[legend]

Data Fields

es_out_id_t *(* add )(es_out_t *, const es_format_t *)
 
int(* send )(es_out_t *, es_out_id_t *, block_t *)
 
void(* del )(es_out_t *, es_out_id_t *)
 
int(* control )(es_out_t *, int query, va_list)
 
void(* destroy )(es_out_t *)
 

Field Documentation

◆ add

es_out_id_t*(* es_out_callbacks::add) (es_out_t *, const es_format_t *)

Referenced by Control(), es_out_Add(), and EsOutControl().

◆ control

int(* es_out_callbacks::control) (es_out_t *, int query, va_list)

Referenced by es_out_vaControl().

◆ del

void(* es_out_callbacks::del) (es_out_t *, es_out_id_t *)

Referenced by es_out_Del().

◆ destroy

void(* es_out_callbacks::destroy) (es_out_t *)

Referenced by es_out_Delete().

◆ send

int(* es_out_callbacks::send) (es_out_t *, es_out_id_t *, block_t *)

Referenced by es_out_Send().


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