|
VLC
2.1.0-git
|
Muxer structure. More...

Data Fields | |
| module_t * | p_module |
| sout_instance_t * | p_sout |
| char * | psz_mux |
| config_chain_t * | p_cfg |
| sout_access_out_t * | p_access |
| int(* | pf_addstream )(sout_mux_t *, sout_input_t *) |
| int(* | 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 |
| sout_mux_sys_t * | p_sys |
| bool | b_add_stream_any_time |
| bool | b_waiting_stream |
| mtime_t | i_add_stream_start |
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \ | |
| const char * | psz_object_type |
| char * | psz_header |
| int | i_flags |
| bool | b_force |
| set by the outside (eg. | |
| libvlc_int_t * | p_libvlc |
| (root of all evil) - 1 | |
| vlc_object_t * | p_parent |
| our parent | |
Muxer structure.
| bool sout_mux_t::b_add_stream_any_time |
Referenced by sout_MuxAddStream(), and sout_MuxNew().
| bool sout_mux_t::b_force |
set by the outside (eg.
| bool sout_mux_t::b_waiting_stream |
Referenced by sout_MuxAddStream(), sout_MuxDeleteStream(), sout_MuxNew(), and sout_MuxSendBuffer().
| mtime_t sout_mux_t::i_add_stream_start |
Referenced by sout_MuxNew(), and sout_MuxSendBuffer().
| int sout_mux_t::i_flags |
| int sout_mux_t::i_nb_inputs |
Referenced by sout_MuxAddStream(), sout_MuxDeleteStream(), sout_MuxGetStream(), and sout_MuxNew().
| 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().
| libvlc_int_t* sout_mux_t::p_libvlc |
(root of all evil) - 1
| module_t* sout_mux_t::p_module |
Referenced by sout_MuxDelete(), and sout_MuxNew().
| vlc_object_t* sout_mux_t::p_parent |
our parent
| sout_instance_t* sout_mux_t::p_sout |
Referenced by sout_MuxNew(), and sout_MuxSendBuffer().
| sout_mux_sys_t* 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_MuxNew().
| int(* 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_header |
| char* sout_mux_t::psz_mux |
Referenced by sout_MuxDelete(), and sout_MuxNew().
| const char* sout_mux_t::psz_object_type |
1.8.1.2