AVIO_SEEKABLE_TIME

Seeking by timestamp with avio_seek_time() is possible.

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

Meta