Navigation
API > API/Plugins > API/Plugins/AjaMedia
Configuration of an AJA timecode.
| Name | FAjaMediaTimecodeReference |
| Type | struct |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/AjaMedia/Public/AjaDeviceProvider.h |
| Include Path | #include "AjaDeviceProvider.h" |
Syntax
USTRUCT ()
struct FAjaMediaTimecodeReference
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAjaMediaTimecodeReference() |
AjaDeviceProvider.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Device | FMediaIODevice | The frame rate of the LTC from the reference pin. | AjaDeviceProvider.h |
|
| LtcFrameRate | FFrameRate | The frame rate of the LTC from the reference pin. | AjaDeviceProvider.h |
|
| LtcIndex | int32 | The LTC index to read from the reference pin. | 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 FAjaMediaTimecodeReference 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 FAjaMediaTimecodeReference& Other |
AjaDeviceProvider.h |