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