Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FCodecTypeFormat
| Name | FTMCDTimecode |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/CodecTypeFormat.h |
| Include Path | #include "CodecTypeFormat.h" |
Syntax
struct FTMCDTimecode
Enums
Public
| Name | Remarks |
|---|---|
| EFlags | See: https://developer.apple.com/documentation/quicktime-file-format/timecode_sample_description/flags. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | uint32 | CodecTypeFormat.h | ||
| FrameDuration | uint32 | CodecTypeFormat.h | ||
| NumberOfFrames | uint32 | CodecTypeFormat.h | ||
| Timescale | uint32 | CodecTypeFormat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimecode ConvertToTimecode
(
uint32 InSampleTimecode |
CodecTypeFormat.h | ||
FFrameRate GetFrameRate() |
CodecTypeFormat.h | ||
bool IsDropFrame() |
CodecTypeFormat.h | ||
bool SupportsNegativeTime() |
CodecTypeFormat.h | ||
bool WrapsAfter24Hours() |
CodecTypeFormat.h |