|
VLC 4.0.0-dev
|
#include <vlc_sout.h>
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 |
Referenced by sout_ClockMainCreate().
| const struct sout_stream_operations* sout_stream_t::ops |
| config_chain_t* sout_stream_t::p_cfg |
Referenced by sout_StreamDelete(), sout_StreamNew(), sout_StreamNewEmpty(), and sout_StreamNewModule().
| sout_stream_t* sout_stream_t::p_next |
Referenced by sout_StreamChainDelete(), sout_StreamChainNew(), sout_StreamNewEmpty(), and sout_StreamNewModule().
| void* sout_stream_t::p_sys |
Referenced by sout_StreamNewEmpty().
| char* sout_stream_t::psz_name |
Referenced by sout_StreamDelete(), sout_StreamNewEmpty(), and sout_StreamNewModule().