VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
access.c File Reference
Include dependency graph for access.c:

Functions

char * get_path (const char *location)
access_taccess_New (((vlc_object_t *)(vlc_object_t *p_obj)), input_thread_t *p_parent_input, const char *psz_access, const char *psz_demux, const char *psz_location)
void access_Delete (access_t *p_access)
input_thread_taccess_GetParentInput (access_t *p_access)
 This function will return the parent input of this access.

Function Documentation

void access_Delete ( access_t p_access)
access_t* access_New ( ((vlc_object_t *)(vlc_object_t *p_obj))  ,
input_thread_t p_parent_input,
const char *  psz_access,
const char *  psz_demux,
const char *  psz_location 
)
char* get_path ( const char *  location)