Go to the source code of this file.
Macros |
| #define | demux_New(a, b, c, d, e, f, g, h) demux_New(VLC_OBJECT(a),b,c,d,e,f,g,h) |
Functions |
| demux_t * | demux_New (vlc_object_t *p_obj, input_thread_t *p_parent_input, const char *psz_access, const char *psz_demux, const char *psz_path, stream_t *s, es_out_t *out, bool) |
| void | demux_Delete (demux_t *) |
| static int | demux_Demux (demux_t *p_demux) |
| static int | demux_vaControl (demux_t *p_demux, int i_query, va_list args) |
| static int | demux_Control (demux_t *p_demux, int i_query,...) |
Macro Definition Documentation
| #define demux_New |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h |
|
) |
| demux_New(VLC_OBJECT(a),b,c,d,e,f,g,h) |
Function Documentation
| static int demux_Control |
( |
demux_t * |
p_demux, |
|
|
int |
i_query, |
|
|
|
... |
|
) |
| |
|
inlinestatic |
References demux_vaControl().
Referenced by Control(), ControlPause(), ControlUnpause(), DStreamThread(), Init(), InitPrograms(), InputSourceInit(), InputSourceMeta(), MainLoopInterface(), SlaveDemux(), SlaveSeek(), UpdateGenericFromDemux(), and UpdateTitleListfromDemux().
| static int demux_Demux |
( |
demux_t * |
p_demux | ) |
|
|
inlinestatic |
| static int demux_vaControl |
( |
demux_t * |
p_demux, |
|
|
int |
i_query, |
|
|
va_list |
args |
|
) |
| |
|
inlinestatic |