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