VLC 4.0.0-dev
|
Go to the source code of this file.
Functions | |
struct vlc_http_outfile * | vlc_http_outfile_create (struct vlc_http_mgr *mgr, const char *url, const char *ua, const char *user, const char *pwd) |
Creates an HTTP output file. | |
ssize_t | vlc_http_outfile_write (struct vlc_http_outfile *, block_t *b) |
Writes data. | |
int | vlc_http_outfile_close (struct vlc_http_outfile *) |