VLC 4.0.0-dev
|
Go to the source code of this file.
Macros | |
#define | vlc_http_file_get_status vlc_http_res_get_status |
#define | vlc_http_file_get_redirect vlc_http_res_get_redirect |
#define | vlc_http_file_get_type vlc_http_res_get_type |
#define | vlc_http_file_destroy vlc_http_res_destroy |
Functions | |
struct vlc_http_resource * | vlc_http_file_create (struct vlc_http_mgr *mgr, const char *url, const char *ua, const char *ref) |
Creates an HTTP file. | |
uintmax_t | vlc_http_file_get_size (struct vlc_http_resource *) |
Gets file size. | |
bool | vlc_http_file_can_seek (struct vlc_http_resource *) |
Checks seeking support. | |
int | vlc_http_file_seek (struct vlc_http_resource *file, uintmax_t offset) |
Sets the read offset. | |
block_t * | vlc_http_file_read (struct vlc_http_resource *) |
Reads data. | |