VLC  3.0.15
Data Fields
es_out_t Struct Reference
Collaboration diagram for es_out_t:
Collaboration graph
[legend]

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_tp_sys
 

Field Documentation

◆ p_sys

es_out_sys_t* es_out_t::p_sys

◆ pf_add

es_out_id_t*(* es_out_t::pf_add) (es_out_t *, const es_format_t *)

◆ pf_control

int(* es_out_t::pf_control) (es_out_t *, int i_query, va_list)

◆ pf_del

void(* es_out_t::pf_del) (es_out_t *, es_out_id_t *)

◆ pf_destroy

void(* es_out_t::pf_destroy) (es_out_t *)

◆ pf_send

int(* es_out_t::pf_send) (es_out_t *, es_out_id_t *, block_t *)

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