FFmpeg  4.3.1
Data Fields
AVProducerReferenceTime Struct Reference

This structure supplies correlation between a packet timestamp and a wall clock production time. More...

#include <libavcodec/avcodec.h>

Data Fields

int64_t wallclock
 A UTC timestamp, in microseconds, since Unix epoch (e.g, av_gettime()). More...
 
int flags
 

Detailed Description

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

Definition at line 498 of file avcodec.h.

Field Documentation

◆ wallclock

int64_t AVProducerReferenceTime::wallclock

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

Definition at line 502 of file avcodec.h.

◆ flags

int AVProducerReferenceTime::flags

Definition at line 503 of file avcodec.h.


The documentation for this struct was generated from the following file: