FFmpeg
|
Data Fields | |
UID | uid |
enum MXFMetadataSetType | type |
int | drop_frame |
int | start_frame |
struct AVRational | rate |
AVTimecode | tc |
enum MXFMetadataSetType MXFTimecodeComponent::type |
int MXFTimecodeComponent::drop_frame |
Definition at line 124 of file mxfdec.c.
Referenced by mxf_parse_physical_source_package(), mxf_parse_structural_metadata(), and mxf_read_timecode_component().
int MXFTimecodeComponent::start_frame |
Definition at line 125 of file mxfdec.c.
Referenced by mxf_parse_physical_source_package(), mxf_parse_structural_metadata(), and mxf_read_timecode_component().
struct AVRational MXFTimecodeComponent::rate |
Definition at line 126 of file mxfdec.c.
Referenced by mxf_parse_physical_source_package(), mxf_parse_structural_metadata(), and mxf_read_timecode_component().
AVTimecode MXFTimecodeComponent::tc |