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