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

Go to the source code of this file.

Macros

#define access_New(a, b, c, d, e)   access_New(VLC_OBJECT(a), b, c, d, e )

Functions

access_taccess_New (vlc_object_t *p_obj, input_thread_t *p_input, const char *psz_access, const char *psz_demux, const char *psz_path)
void access_Delete (access_t *)
char * get_path (const char *location)

Macro Definition Documentation

#define access_New (   a,
  b,
  c,
  d,
 
)    access_New(VLC_OBJECT(a), b, c, d, e )

Function Documentation

void access_Delete ( access_t )
access_t* access_New ( vlc_object_t p_obj,
input_thread_t p_input,
const char *  psz_access,
const char *  psz_demux,
const char *  psz_path 
)
char* get_path ( const char *  location)