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

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

Meta