| FFmpeg
    | 
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 | 
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 335 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().
| int AVProducerReferenceTime::flags | 
Definition at line 336 of file defs.h.
Referenced by dash_parse_prft(), ff_side_data_set_prft(), mov_write_prft_tag(), rtp_set_prft(), and write_adaptation_set().
 1.8.17
 1.8.17