AVFMTCTX_UNSEEKABLE

< signal that the stream is definitely not seekable, and attempts to call the seek function will fail. For some network protocols (e.g. HLS), this can change dynamically at runtime.

extern (C) @nogc nothrow
enum AVFMTCTX_UNSEEKABLE = 0x0002;

Meta