AVSEEK_SIZE

ORing this as the "whence" parameter to a seek function causes it to return the filesize without seeking anywhere. Supporting this is optional. If it is not supported then the seek function will return <0.

extern (C) @nogc nothrow
enum AVSEEK_SIZE = 0x10000;

Meta