Defines | Functions

access.h File Reference

Include dependency graph for access.h:

Go to the source code of this file.

Defines

#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 *)

Define Documentation

#define access_New (   a,
  b,
  c,
  d,
  e 
)    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 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines