VLC 4.0.0-dev
Loading...
Searching...
No Matches
outfile.c File Reference
Include dependency graph for outfile.c:

Functions

struct vlc_http_outfile * vlc_http_outfile_create (struct vlc_http_mgr *mgr, const char *uri, const char *ua, const char *user, const char *pwd)
 Creates an HTTP output file.
 
ssize_t vlc_http_outfile_write (struct vlc_http_outfile *f, block_t *b)
 Writes data.
 
int vlc_http_outfile_close (struct vlc_http_outfile *f)