Go to the documentation of this file.
25 #ifndef LIBVLC_INPUT_ACCESS_H
26 #define LIBVLC_INPUT_ACCESS_H 1
32 const char *psz_access,
const char *psz_demux,
33 const char *psz_path );
34 #define access_New( a, b, c, d, e ) access_New(VLC_OBJECT(a), b, c, d, e )
37 char *
get_path(
const char *location);