|
VLC
2.1.0-git
|

Data Fields | |
| module_t * | p_module |
| sout_instance_t * | p_sout |
| char * | psz_name |
| config_chain_t * | p_cfg |
| sout_stream_t * | p_next |
| sout_stream_id_t *(* | pf_add )(sout_stream_t *, es_format_t *) |
| int(* | pf_del )(sout_stream_t *, sout_stream_id_t *) |
| int(* | pf_send )(sout_stream_t *, sout_stream_id_t *, block_t *) |
| sout_stream_sys_t * | p_sys |
| bool | pace_nocontrol |
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 | |
| bool sout_stream_t::b_force |
set by the outside (eg.
| int sout_stream_t::i_flags |
| config_chain_t* sout_stream_t::p_cfg |
Referenced by sout_StreamDelete(), and sout_StreamNew().
| libvlc_int_t* sout_stream_t::p_libvlc |
(root of all evil) - 1
| 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().
| vlc_object_t* sout_stream_t::p_parent |
our parent
Referenced by sout_StreamDelete().
| sout_instance_t* sout_stream_t::p_sout |
Referenced by sout_StreamNew().
| sout_stream_sys_t* sout_stream_t::p_sys |
Referenced by sout_StreamNew().
| bool sout_stream_t::pace_nocontrol |
Referenced by sout_StreamDelete(), and sout_StreamNew().
| sout_stream_id_t*(* sout_stream_t::pf_add)(sout_stream_t *, es_format_t *) |
Referenced by sout_InputNew(), and sout_StreamIdAdd().
| int(* sout_stream_t::pf_del)(sout_stream_t *, sout_stream_id_t *) |
Referenced by sout_InputDelete(), and sout_StreamIdDel().
| int(* sout_stream_t::pf_send)(sout_stream_t *, sout_stream_id_t *, block_t *) |
Referenced by sout_InputSendBuffer(), and sout_StreamIdSend().
| char* sout_stream_t::psz_header |
| char* sout_stream_t::psz_name |
Referenced by sout_StreamDelete(), and sout_StreamNew().
| const char* sout_stream_t::psz_object_type |
1.8.1.2