AVIO_FLAG_READ_WRITE

< read-write pseudo flag

extern (C) @nogc nothrow
enum AVIO_FLAG_READ_WRITE = AVIO_FLAG_READ | AVIO_FLAG_WRITE;

Meta