AVSEEK_SIZE

Passing 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.

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

Meta