Navigation
API > API/Plugins > API/Plugins/AjaCore
AJAOutputChannel definition
| Name | AJAOutputChannel |
| Type | class |
| Header File | /Engine/Plugins/Media/AjaMedia/Source/Aja/Public/AJALib.h |
| Include Path | #include "AJALib.h" |
Syntax
class AJAOutputChannel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AJALib.h | |||
| AJALib.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~AJAOutputChannel() |
AJALib.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | Private::OutputChannel * | AJALib.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DMAWriteAudio
(
const uint8* Buffer, |
AJALib.h | ||
int32_t GetNumAudioSamplesPerFrame
(
const AJAOutputFrameBufferData& InFrameData |
AJALib.h | ||
bool GetOutputDimension
(
uint32_t& OutWidth, |
AJALib.h | ||
bool Initialize
(
const AJADeviceOptions& InDevice, |
AJALib.h | ||
bool SetAncillaryFrameData
(
const AJAOutputFrameBufferData& InFrameData, |
Set a new buffer that will be copied to the AJA. | AJALib.h | |
bool SetAudioFrameData
(
const AJAOutputFrameBufferData& InFrameData, |
AJALib.h | ||
bool SetVideoFrameData
(
const AJAOutputFrameBufferData& InFrameData, |
AJALib.h | ||
bool SetVideoFrameData
(
const AJAOutputFrameBufferData& InFrameData, |
AJALib.h | ||
bool ShouldCaptureThisFrame
(
::FTimecode Timecode, |
Return whether to capture or discard a frame based on its timecode and frame number. | AJALib.h | |
void Uninitialize
(
TPromise< void > Promise |
Clean up card connections for this channel. (Asynchronous) | AJALib.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AJAOutputChannel & operator=
(
AJAOutputChannel& |
AJALib.h |