VLC
3.0.21
|
Data Structures | |
struct | vlc_demux_chained_t |
Functions | |
static void * | vlc_demux_chained_Thread (void *data) |
vlc_demux_chained_t * | vlc_demux_chained_New (vlc_object_t *parent, const char *name, es_out_t *out) |
Creates a chained demuxer. More... | |
void | vlc_demux_chained_Send (vlc_demux_chained_t *dc, block_t *block) |
Sends data to a chained demuxer. More... | |
int | vlc_demux_chained_ControlVa (vlc_demux_chained_t *dc, int query, va_list ap) |
Controls a chained demuxer. More... | |
void | vlc_demux_chained_Delete (vlc_demux_chained_t *dc) |
Destroys a chained demuxer. More... | |
|
static |
Referenced by vlc_demux_chained_New().