URL open modes

The flags argument to url_open and cosins must be one of the following constants, optionally ORed with other flags. More...


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


Detailed Description

The flags argument to url_open and cosins must be one of the following constants, optionally ORed with other flags.

The flags argument to avio_open must be one of the following constants, optionally ORed with other flags.


Define Documentation

#define AVIO_FLAG_READ   1

#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

#define URL_RDONLY   1

read-only

Definition at line 153 of file avio.h.

#define URL_RDWR   (URL_RDONLY|URL_WRONLY)

read-write

Definition at line 155 of file avio.h.

#define URL_WRONLY   2

write-only

Definition at line 154 of file avio.h.


Generated on Sat Jul 2 19:22:37 2011 for FFmpeg by  doxygen 1.5.8