AVTimecode Struct Reference

#include <timecode.h>

Collaboration diagram for AVTimecode:
Collaboration graph

Data Fields

int start
 timecode frame start (first base frame number) More...
 
uint32_t flags
 flags such as drop frame, +24 hours support, ... More...
 
AVRational rate
 frame rate in rational form More...
 
unsigned fps
 frame per second; must be consistent with the rate field More...
 

Detailed Description

Definition at line 41 of file libavutil/timecode.h.

Field Documentation

unsigned AVTimecode::fps

frame per second; must be consistent with the rate field

Definition at line 45 of file libavutil/timecode.h.

Referenced by av_timecode_get_smpte_from_framenum(), av_timecode_init(), av_timecode_init_from_string(), av_timecode_make_string(), and check_timecode().

AVRational AVTimecode::rate

frame rate in rational form

Definition at line 44 of file libavutil/timecode.h.

Referenced by av_timecode_init(), av_timecode_init_from_string(), and check_timecode().


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