Navigation
API > API/Plugins > API/Plugins/MediaIOCore
References
Module | MediaIOCore |
Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreDefinitions.h |
Include | #include "MediaIOCoreDefinitions.h" |
Syntax
USTRUCT ()
struct FMediaIOVideoTimecodeConfiguration
Remarks
Configuration of a Timecode from Video
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FMediaIOConfiguration | MediaConfiguration | Read the timecode from a video signal. |
![]() ![]() ![]() ![]() |
EMediaIOAutoDetectableTimecodeFormat | TimecodeFormat | Timecode format to read from a video signal. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | IsValid () |
Return true if the configuration has been set properly |
![]() ![]() |
FText | ToText
(
bool bAutoDetected |
Get the configuration text representation. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FMediaIOVideoTimecodeConfiguration& Other |