AV_DISPOSITION_ATTACHED_PIC

The stream is stored in the file as an attached picture/"cover art" (e.g. APIC frame in ID3v2). The single packet associated with it will be returned among the first few packets read from the file unless seeking takes place. It can also be accessed at any time in AVStream.attached_pic.

@nogc nothrow extern (C)
enum AV_DISPOSITION_ATTACHED_PIC = 0x0400;

Meta