VLC
3.0.15
|
Data Fields | |
stream_t * | fifo |
vlc_thread_t | thread |
vlc_mutex_t | lock |
struct { | |
double position | |
int64_t length | |
int64_t time | |
} | stats |
es_out_t * | out |
char | name [] |
stream_t* vlc_demux_chained_t::fifo |
Referenced by vlc_demux_chained_Delete(), vlc_demux_chained_New(), and vlc_demux_chained_Send().
int64_t vlc_demux_chained_t::length |
Referenced by vlc_demux_chained_ControlVa(), and vlc_demux_chained_New().
vlc_mutex_t vlc_demux_chained_t::lock |
Referenced by vlc_demux_chained_ControlVa(), vlc_demux_chained_Delete(), and vlc_demux_chained_New().
char vlc_demux_chained_t::name[] |
Referenced by vlc_demux_chained_New().
es_out_t* vlc_demux_chained_t::out |
Referenced by vlc_demux_chained_New().
double vlc_demux_chained_t::position |
Referenced by vlc_demux_chained_ControlVa(), and vlc_demux_chained_New().
struct { ... } vlc_demux_chained_t::stats |
Referenced by vlc_demux_chained_ControlVa(), and vlc_demux_chained_New().
vlc_thread_t vlc_demux_chained_t::thread |
Referenced by vlc_demux_chained_Delete(), and vlc_demux_chained_New().
int64_t vlc_demux_chained_t::time |
Referenced by vlc_demux_chained_ControlVa(), and vlc_demux_chained_New().