|
FFmpeg
4.2.2
|
#include <libavutil/timecode.h>
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... | |
Definition at line 41 of file timecode.h.
| int AVTimecode::start |
timecode frame start (first base frame number)
Definition at line 42 of file timecode.h.
| uint32_t AVTimecode::flags |
flags such as drop frame, +24 hours support, ...
Definition at line 43 of file timecode.h.
| AVRational AVTimecode::rate |
frame rate in rational form
Definition at line 44 of file timecode.h.
| unsigned AVTimecode::fps |
frame per second; must be consistent with the rate field
Definition at line 45 of file timecode.h.
1.8.13