Navigation
API > API/Plugins > API/Plugins/AjaCore
References
| Module | AjaCore |
| Header | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include | #include "AJALib.h" |
Syntax
struct AJATimecodeChannelOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoDetectFormat | ||
| bool | bReadTimecodeFromReferenceIn | Timecode read from dedicated pin. | |
| bool | bUseDedicatedPin | ||
| IAJATimecodeChannelCallbackInterface * | CallbackInterface | ||
| uint32_t | ChannelIndex | ||
| uint32_t | LTCFrameRateDenominator | ||
| uint32_t | LTCFrameRateNumerator | ||
| uint32_t | LTCSourceIndex | ||
| ETimecodeFormat | TimecodeFormat | ||
| ETransportType | TransportType | Timecode read from input channels. | |
| FAJAVideoFormat | VideoFormatIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AJATimecodeChannelOptions
(
const TCHAR* DebugName |