Defines | |
#define | URL_RDONLY 0 |
read-only | |
#define | URL_WRONLY 1 |
write-only | |
#define | URL_RDWR 2 |
read-write |
#define URL_RDONLY 0 |
read-only
Definition at line 72 of file avio.h.
Referenced by applehttp_read(), av_open_input_file(), ffio_init_context(), http_receive_data(), matroska_read_header(), mmsh_open(), mov_open_dref(), open_variant(), parse_playlist(), read_packet(), sap_read_header(), url_exist(), url_resetbuf(), and url_setbufsize().
#define URL_RDWR 2 |
read-write
Definition at line 74 of file avio.h.
Referenced by applehttp_open(), gopher_open(), http_open_cnx(), mms_open(), rtmp_open(), url_connect(), url_fdopen(), url_resetbuf(), and url_write().
#define URL_WRONLY 1 |
write-only
Definition at line 73 of file avio.h.
Referenced by applehttp_open(), build_feed_streams(), ffio_init_context(), http_close(), http_connect(), main(), md5_close(), md5_open(), opt_output_file(), rtmp_open(), rtp_new_av_stream(), rtp_open(), sap_write_header(), udp_close(), udp_open(), url_connect(), url_fdopen(), url_read(), url_read_complete(), url_resetbuf(), url_setbufsize(), and url_write().