AVProducerReferenceTime

This structure supplies correlation between a packet timestamp and a wall clock production time. The definition follows the Producer Reference Time ('prft') as defined in ISO/IEC 14496-12

extern (C) @nogc nothrow
struct AVProducerReferenceTime {}

Members

Variables

flags
int flags;
Undocumented in source.
wallclock
long wallclock;

A UTC timestamp, in microseconds, since Unix epoch (e.g, av_gettime()).

Meta