VLC 4.0.0-dev
|
Muxer structure. More...
#include <vlc_sout.h>
Data Fields | |
struct vlc_object_t | obj |
module_t * | p_module |
char * | psz_mux |
config_chain_t * | p_cfg |
sout_access_out_t * | p_access |
int(* | pf_addstream )(sout_mux_t *, sout_input_t *) |
void(* | pf_delstream )(sout_mux_t *, sout_input_t *) |
int(* | pf_mux )(sout_mux_t *) |
int(* | pf_control )(sout_mux_t *, int, va_list) |
int | i_nb_inputs |
sout_input_t ** | pp_inputs |
void * | p_sys |
bool | b_add_stream_any_time |
bool | b_waiting_stream |
vlc_tick_t | i_add_stream_start |
Muxer structure.
bool sout_mux_t::b_add_stream_any_time |
Referenced by sout_MuxAddStream(), sout_MuxGetStream(), and sout_MuxNew().
bool sout_mux_t::b_waiting_stream |
Referenced by sout_MuxAddStream(), sout_MuxDeleteStream(), sout_MuxNew(), and sout_MuxSendBuffer().
vlc_tick_t sout_mux_t::i_add_stream_start |
Referenced by sout_MuxNew(), and sout_MuxSendBuffer().
int sout_mux_t::i_nb_inputs |
Referenced by sout_MuxAddStream(), sout_MuxDeleteStream(), sout_MuxGetStream(), and sout_MuxNew().
struct vlc_object_t sout_mux_t::obj |
sout_access_out_t* sout_mux_t::p_access |
Referenced by sout_MuxNew().
config_chain_t* sout_mux_t::p_cfg |
Referenced by sout_MuxDelete(), and sout_MuxNew().
module_t* sout_mux_t::p_module |
Referenced by sout_MuxDelete(), and sout_MuxNew().
void* sout_mux_t::p_sys |
Referenced by sout_MuxNew().
int(* sout_mux_t::pf_addstream) (sout_mux_t *, sout_input_t *) |
Referenced by sout_MuxAddStream(), and sout_MuxNew().
int(* sout_mux_t::pf_control) (sout_mux_t *, int, va_list) |
Referenced by sout_MuxControl(), and sout_MuxNew().
void(* sout_mux_t::pf_delstream) (sout_mux_t *, sout_input_t *) |
Referenced by sout_MuxDeleteStream(), and sout_MuxNew().
int(* sout_mux_t::pf_mux) (sout_mux_t *) |
Referenced by sout_MuxDeleteStream(), sout_MuxNew(), and sout_MuxSendBuffer().
sout_input_t** sout_mux_t::pp_inputs |
Referenced by sout_MuxAddStream(), sout_MuxDeleteStream(), sout_MuxGetStream(), and sout_MuxNew().
char* sout_mux_t::psz_mux |
Referenced by sout_MuxDelete(), and sout_MuxNew().