|
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...
|
|