FFmpeg
|
This structure supplies correlation between a packet timestamp and a wall clock production time. More...
#include <avcodec.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()).
Definition at line 507 of file avcodec.h.
Referenced by dash_parse_prft(), dash_write_packet(), ff_side_data_set_prft(), and mov_write_prft_tag().
int AVProducerReferenceTime::flags |
Definition at line 508 of file avcodec.h.
Referenced by dash_parse_prft(), ff_side_data_set_prft(), mov_write_prft_tag(), and write_adaptation_set().