VLC
4.0.0-dev
|
Data Fields | |
struct vlc_object_t | obj |
module_t * | p_module |
sout_instance_t * | p_sout |
char * | psz_name |
config_chain_t * | p_cfg |
sout_stream_t * | p_next |
void *(* | pf_add )(sout_stream_t *, const es_format_t *) |
void(* | pf_del )(sout_stream_t *, void *) |
int(* | pf_send )(sout_stream_t *, void *, block_t *) |
int(* | pf_control )(sout_stream_t *, int, va_list) |
void(* | pf_flush )(sout_stream_t *, void *) |
void * | p_sys |
bool | pace_nocontrol |
struct vlc_object_t sout_stream_t::obj |
config_chain_t* sout_stream_t::p_cfg |
Referenced by sout_StreamDelete(), and sout_StreamNew().
module_t* sout_stream_t::p_module |
Referenced by sout_StreamDelete(), and sout_StreamNew().
sout_stream_t* sout_stream_t::p_next |
Referenced by sout_StreamChainDelete(), and sout_StreamNew().
sout_instance_t* sout_stream_t::p_sout |
Referenced by sout_StreamNew().
void* sout_stream_t::p_sys |
Referenced by sout_StreamNew().
bool sout_stream_t::pace_nocontrol |
Referenced by sout_StreamDelete(), and sout_StreamNew().
void*(* sout_stream_t::pf_add) (sout_stream_t *, const es_format_t *) |
Referenced by sout_StreamIdAdd().
int(* sout_stream_t::pf_control) (sout_stream_t *, int, va_list) |
Referenced by sout_StreamControlVa(), and sout_StreamNew().
void(* sout_stream_t::pf_del) (sout_stream_t *, void *) |
Referenced by sout_StreamIdDel().
void(* sout_stream_t::pf_flush) (sout_stream_t *, void *) |
Referenced by sout_StreamFlush(), and sout_StreamNew().
int(* sout_stream_t::pf_send) (sout_stream_t *, void *, block_t *) |
Referenced by sout_StreamIdSend().
char* sout_stream_t::psz_name |
Referenced by sout_StreamDelete(), and sout_StreamNew().