VLC 4.0.0-dev
|
Input byte stream modules interface. More...
Go to the source code of this file.
Macros | |
#define | VLC_ACCESS_REDIRECT VLC_ETIMEOUT |
Special redirection error code. | |
#define | ACCESS_SET_CALLBACKS(read, block, control, seek) |
Functions | |
stream_t * | vlc_access_NewMRL (vlc_object_t *obj, const char *mrl) |
Opens a new read-only byte stream. | |
int | access_vaDirectoryControlHelper (stream_t *p_access, int i_query, va_list args) |
Default pf_control callback for directory accesses. | |
Input byte stream modules interface.