VLC
4.0.0-dev
|
Data Fields | |
struct vlc_object_t | obj |
char * | psz_name |
config_chain_t * | p_cfg |
sout_stream_t * | p_next |
const struct sout_stream_operations * | ops |
void * | p_sys |
struct vlc_object_t sout_stream_t::obj |
const struct sout_stream_operations* sout_stream_t::ops |
Referenced by sout_StreamControlVa(), sout_StreamFlush(), sout_StreamIdAdd(), sout_StreamIdDel(), sout_StreamIdSend(), and sout_StreamNew().
config_chain_t* sout_stream_t::p_cfg |
Referenced by sout_StreamDelete(), and sout_StreamNew().
sout_stream_t* sout_stream_t::p_next |
Referenced by sout_StreamChainDelete(), sout_StreamChainNew(), and sout_StreamNew().
void* sout_stream_t::p_sys |
Referenced by sout_StreamNew().
char* sout_stream_t::psz_name |
Referenced by sout_StreamDelete(), and sout_StreamNew().