FFmpeg
Data Fields
AVProducerReferenceTime Struct Reference

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

#include <defs.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 153 of file defs.h.

Field Documentation

◆ wallclock

int64_t AVProducerReferenceTime::wallclock

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

Definition at line 157 of file defs.h.

Referenced by dash_parse_prft(), dash_write_packet(), ff_side_data_set_prft(), mov_write_prft_tag(), and rtp_set_prft().

◆ flags

int AVProducerReferenceTime::flags

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