Navigation
API > API/Plugins > API/Plugins/MP4Muxer > API/Plugins/MP4Muxer/IMP4RawMuxer > API/Plugins/MP4Muxer/IMP4RawMuxer/FTrackSpec
| Name | FTimecode |
| Type | struct |
| Header File | /Engine/Plugins/Media/MP4Utilities/Source/MP4Muxer/Public/MP4Muxer.h |
| Include Path | #include "MP4Muxer.h" |
Syntax
struct FTimecode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowNegativeTimes | bool | MP4Muxer.h | ||
| bDropFrame | bool | Timecode is always written as `tmcd_ so this are its parameters See https://developer.apple.com/documentation/quicktime-file-format/timecode_sample_description Please note that the "tape counter" flag is no longer mentioned in https://developer.apple.com/library/archive/technotes/tn2310/_index.html and the technote seems to suggest that only frame counter values are written. | MP4Muxer.h | |
| bMax24Hours | bool | MP4Muxer.h | ||
| FrameDuration | int32 | MP4Muxer.h | ||
| FramesPerSecond | int8 | MP4Muxer.h | ||
| Timescale | int32 | These values are defined to be signed integers! | MP4Muxer.h |