AVIO_FLAG_READ

* @name URL open modes * The flags argument to avio_open must be one of the following * constants, optionally ORed with other flags. * @{ *//**< read-only

extern (C) @nogc nothrow
enum AVIO_FLAG_READ = 1;

Meta