|
VLC
2.1.0-git
|
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access) More...

Data Fields | |
| char * | psz_sout |
| int | i_out_pace_nocontrol |
| count of output that can't control the space | |
| vlc_mutex_t | lock |
| sout_stream_t * | p_stream |
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 | |
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access)
| bool sout_instance_t::b_force |
set by the outside (eg.
| int sout_instance_t::i_flags |
| int sout_instance_t::i_out_pace_nocontrol |
count of output that can't control the space
Referenced by EsOutSend(), Init(), sout_MuxNew(), sout_MuxSendBuffer(), sout_NewInstance(), sout_StreamDelete(), and sout_StreamNew().
| vlc_mutex_t sout_instance_t::lock |
Referenced by sout_DeleteInstance(), sout_InputDelete(), sout_InputNew(), sout_InputSendBuffer(), and sout_NewInstance().
| libvlc_int_t* sout_instance_t::p_libvlc |
(root of all evil) - 1
| vlc_object_t* sout_instance_t::p_parent |
our parent
| sout_stream_t* sout_instance_t::p_stream |
Referenced by sout_DeleteInstance(), sout_InputDelete(), sout_InputNew(), sout_InputSendBuffer(), and sout_NewInstance().
| char* sout_instance_t::psz_header |
| const char* sout_instance_t::psz_object_type |
| char* sout_instance_t::psz_sout |
Referenced by RequestSout(), sout_DeleteInstance(), and sout_NewInstance().
1.8.1.2