AVIndexEntry

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@nogc nothrow extern (C)
struct AVIndexEntry {}

Members

Variables

min_distance
int min_distance;

< Minimum distance between this and the previous keyframe, used to avoid unneeded searching.

pos
int64_t pos;
Undocumented in source.
timestamp
int64_t timestamp;

< Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are available when seeking to this entry. That means preferable PTS on keyframe based formats. But demuxers can choose to store a different timestamp, if it is more convenient for the implementation or nothing better is known

Meta