]> git.sesse.net Git - vlc/blob - src/input/input_ctrl.h
9ec254e4133fdaef5b6243cd4eb245c6f5a32496
[vlc] / src / input / input_ctrl.h
1 /*****************************************************************************
2  * input_ctrl.h: Decodeur control
3  * (c)1999 VideoLAN
4  *****************************************************************************
5  * Requires:
6  *  "config.h"
7  *  "common.h"
8  *  "mtime.h"
9  *****************************************************************************/
10
11
12
13
14
15
16 /*****************************************************************************
17  * Prototypes
18  *****************************************************************************/
19 int input_AddPgrmElem( input_thread_t *p_input, int i_current_pid );
20 int input_DelPgrmElem( input_thread_t *p_input, int i_current_pid );
21 boolean_t input_IsElemRecv( input_thread_t *p_input, int i_pid );