Defines | |
#define | URL_RDONLY 1 |
read-only | |
#define | URL_WRONLY 2 |
write-only | |
#define | URL_RDWR (URL_RDONLY|URL_WRONLY) |
read-write | |
#define | AVIO_FLAG_READ 1 |
read-only | |
#define | AVIO_FLAG_WRITE 2 |
write-only | |
#define | AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE) |
read-write pseudo flag |
The flags argument to avio_open must be one of the following constants, optionally ORed with other flags.
#define AVIO_FLAG_READ 1 |
read-only
Definition at line 523 of file avio.h.
Referenced by applehttp_read(), build_feed_streams(), crypto_open(), ffio_init_context(), ffio_set_buf_size(), ffurl_read(), ffurl_read_complete(), file_check(), find_image_range(), init_input(), matroska_read_header(), mmsh_open(), mov_open_dref(), open_input(), parse_playlist(), read_packet(), sap_read_header(), udp_close(), udp_open(), url_exist(), and url_resetbuf().
#define AVIO_FLAG_READ_WRITE (AVIO_FLAG_READ|AVIO_FLAG_WRITE) |
read-write pseudo flag
Definition at line 525 of file avio.h.
Referenced by gopher_open(), http_open_cnx(), mms_open(), and rtmp_open().
#define AVIO_FLAG_WRITE 2 |
write-only
Definition at line 524 of file avio.h.
Referenced by applehttp_open(), build_feed_streams(), crypto_open(), ffio_fdopen(), ffio_init_context(), ffio_set_buf_size(), ffurl_connect(), ffurl_write(), file_check(), http_close(), http_connect(), main(), md5_close(), md5_open(), opt_output_file(), rtmp_open(), rtp_new_av_stream(), sap_write_header(), url_open_buf(), and url_resetbuf().