AVTimecode

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

Members

Variables

flags
uint flags;

< flags such as drop frame, +24 hours support, ...

fps
uint fps;

< frame per second; must be consistent with the rate field

rate
AVRational rate;

< frame rate in rational form

start
int start;

< timecode frame start (first base frame number)

Meta