VLC
4.0.0-dev
|
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access) More...
Data Fields | |
struct vlc_object_t | obj |
char * | psz_sout |
int | i_out_pace_nocontrol |
count of output that can't control the space More... | |
bool | b_wants_substreams |
vlc_mutex_t | lock |
sout_stream_t * | p_stream |
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access)
bool sout_instance_t::b_wants_substreams |
Referenced by DecoderUpdatePreroll(), and sout_NewInstance().
int sout_instance_t::i_out_pace_nocontrol |
count of output that can't control the space
Referenced by Init(), sout_MuxNew(), sout_MuxSendBuffer(), sout_NewInstance(), sout_StreamDelete(), and sout_StreamNew().
vlc_mutex_t sout_instance_t::lock |
struct vlc_object_t sout_instance_t::obj |
Referenced by sout_StreamControl().
sout_stream_t* sout_instance_t::p_stream |
char* sout_instance_t::psz_sout |
Referenced by RequestSout(), sout_DeleteInstance(), and sout_NewInstance().