]> git.sesse.net Git - vlc/blob - include/input_vlan.h
. suite de l'output 8 bits couleur/n&b
[vlc] / include / input_vlan.h
1 /*******************************************************************************
2  * input_vlan.h: vlan input method
3  * (c)1999 VideoLAN
4  *******************************************************************************
5  * ?? 
6  *******************************************************************************
7  * Required headers:
8  * <netinet/in.h>
9  * "vlc_thread.h"
10  *******************************************************************************/
11
12 /*******************************************************************************
13  * Prototypes
14  *******************************************************************************/
15 int     input_VlanCreate        ( void );
16 void    input_VlanDestroy       ( void );
17 int     input_VlanJoin          ( int i_vlan_id );
18 void    input_VlanLeave         ( int i_vlan_id );
19
20
21