#include <timecode.h>
Data Fields | |
char * | str |
string following the hh:mm:ss[:;.]ff format | |
int | start |
timecode frame start | |
int | drop |
drop flag (1 if drop, else 0) | |
AVRational | rate |
Frame rate in rational form. |
Definition at line 45 of file timecode.h.
drop flag (1 if drop, else 0)
Definition at line 48 of file timecode.h.
Referenced by avpriv_init_smpte_timecode(), and avpriv_timecode_to_string().
Frame rate in rational form.
Definition at line 49 of file timecode.h.
Referenced by avpriv_init_smpte_timecode(), and avpriv_timecode_to_string().
timecode frame start
Definition at line 47 of file timecode.h.
Referenced by avpriv_init_smpte_timecode(), and avpriv_timecode_to_string().
char* ff_timecode::str |
string following the hh:mm:ss[:;.]ff format
Definition at line 46 of file timecode.h.
Referenced by avpriv_init_smpte_timecode().