VLC
3.0.15
|
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access) More...
Data Fields | |
struct vlc_common_members | obj |
char * | psz_sout |
int | i_out_pace_nocontrol |
count of output that can't control the space More... | |
vlc_mutex_t | lock |
sout_stream_t * | p_stream |
Stream output instance (FIXME: should be private to src/ to avoid invalid unsynchronized access)
int sout_instance_t::i_out_pace_nocontrol |
count of output that can't control the space
Referenced by sout_NewInstance().
vlc_mutex_t sout_instance_t::lock |
Referenced by sout_NewInstance().
struct vlc_common_members sout_instance_t::obj |
sout_stream_t* sout_instance_t::p_stream |
Referenced by sout_NewInstance().
char* sout_instance_t::psz_sout |
Referenced by sout_NewInstance().