Navigation
API > API/Plugins > API/Plugins/AjaCore
| Name | AJASyncChannel |
| Type | class |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
Syntax
class AJASyncChannel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AJALib.h | |||
| AJALib.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~AJASyncChannel() |
AJALib.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | Private::SyncChannel * | AJALib.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetSyncCount
(
uint32_t& OutCount |
AJALib.h | ||
bool GetTimecode
(
FTimecode& OutTimecode |
AJALib.h | ||
bool GetVideoFormat
(
FAJAVideoFormat& OutVideoFormat |
AJALib.h | ||
bool Initialize
(
const AJADeviceOptions& InDevice, |
AJALib.h | ||
void Uninitialize() |
AJALib.h | ||
bool WaitForSync() |
Only available if the initialization succeeded. | AJALib.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AJASyncChannel & operator=
(
AJASyncChannel& |
AJALib.h |