FFmpeg 5.1.6
|
This structure supplies correlation between a packet timestamp and a wall clock production time. More...
#include <libavcodec/defs.h>
Data Fields | |
int64_t | wallclock |
A UTC timestamp, in microseconds, since Unix epoch (e.g, av_gettime()). More... | |
int | flags |
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
int64_t AVProducerReferenceTime::wallclock |
A UTC timestamp, in microseconds, since Unix epoch (e.g, av_gettime()).