AVIO_SEEKABLE_NORMAL

Seeking works like for a local file.

extern (C) @nogc nothrow
enum AVIO_SEEKABLE_NORMAL = 1 << 0;

Meta