Navigation
Unreal Engine C++ API Reference > Plugins > AjaMedia
References
Module | AjaMedia |
Header | /Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Public/AjaDeviceProvider.h |
Include | #include "AjaDeviceProvider.h" |
Syntax
USTRUCT&40;&41;
struct FAjaMediaTimecodeConfiguration
Remarks
Configuration of an AJA timecode from Video
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
FMediaIOConfiguration | MediaConfiguration | Read the timecode from a video signal. |
![]() ![]() ![]() ![]() |
EMediaIOTimecodeFormat | TimecodeFormat | Timecode format to read from a video signal. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FAjaMediaTimecodeConfiguration | GetDefault () |
Used by the UX to have a default selected value. May not be valid with every device. |
![]() ![]() |
bool | IsValid () |
Return true if the configuration has been set properly |
![]() ![]() |
FText | ToText () |
Get the configuration text representation. |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FAjaMediaTimecodeConfiguration& Other |