|
VLC
2.1.0-git
|
This file defines functions and definitions for access object. More...

Go to the source code of this file.
Data Structures | |
| struct | access_t |
Macros | |
| #define | ACCESS_SET_CALLBACKS(read, block, control, seek) |
| #define | STANDARD_READ_ACCESS_INIT |
| #define | STANDARD_BLOCK_ACCESS_INIT |
Functions | |
| static int | access_vaControl (access_t *p_access, int i_query, va_list args) |
| static int | access_Control (access_t *p_access, int i_query,...) |
| static void | access_InitFields (access_t *p_a) |
| input_thread_t * | access_GetParentInput (access_t *p_access) |
| This function will return the parent input of this access. | |
This file defines functions and definitions for access object.
1.8.1.2