]> git.sesse.net Git - vlc/blob - include/input_file.h
0794c54d494c767de670c94a9fd4a7c2ff3d3160
[vlc] / include / input_file.h
1 /*******************************************************************************
2  * file.h: file streams functions interface
3  * (c)1999 VideoLAN
4  *******************************************************************************/
5
6 /******************************************************************************
7  * Prototypes
8  ******************************************************************************/
9 int     input_FileCreateMethod( input_thread_t *p_input ,
10                                 input_cfg_t *p_cfg );
11 int     input_FileRead( input_thread_t *p_input, const struct iovec *p_vector,
12                         size_t i_count );
13 void    input_FileDestroyMethod( input_thread_t *p_input );