#include <timecode.h>
Data Fields | |
int | start |
timecode frame start (first base frame number) | |
uint32_t | flags |
flags such as drop frame, +24 hours support, ... | |
AVRational | rate |
frame rate in rational form | |
unsigned | fps |
frame per second; must be consistent with the rate field |
Definition at line 47 of file timecode.h.
uint32_t AVTimecode::flags |
flags such as drop frame, +24 hours support, ...
Definition at line 49 of file timecode.h.
Referenced by av_timecode_get_smpte_from_framenum(), av_timecode_init(), av_timecode_init_from_string(), av_timecode_make_string(), check_timecode(), encode_init(), init(), mpeg1_encode_sequence_header(), and mxf_write_timecode_component().
unsigned AVTimecode::fps |
frame per second; must be consistent with the rate field
Definition at line 51 of file 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().
frame rate in rational form
Definition at line 50 of file timecode.h.
Referenced by av_timecode_init(), and av_timecode_init_from_string().
timecode frame start (first base frame number)
Definition at line 48 of file timecode.h.
Referenced by av_timecode_get_smpte_from_framenum(), av_timecode_init(), av_timecode_init_from_string(), av_timecode_make_string(), encode_init(), mxf_write_system_item(), and mxf_write_timecode_component().