Navigation
API > API/Plugins > API/Plugins/NDIMedia > API/Plugins/NDIMedia/UNDIMediaCapture
| Name | FNDICaptureInstance |
| Type | class |
| Header File | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Private/NDIMediaCapture.cpp |
| Include Path | #include "NDIMediaCapture.cpp" |
Syntax
class FNDICaptureInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNDICaptureInstance
(
const TSharedPtr< FNDIMediaRuntimeLibrary >& InNDILib, |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNDICaptureInstance() |
Structs
| Name | Remarks |
|---|---|
| FAudioFrameBuffer | |
| FVideoFrameBuffer |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float * GetNextAudioFrameBuffer
(
int32 InNumSamples |
|||
FVideoFrameBuffer * GetNextVideoFrameBuffer
(
int InHeight, |
|||
void OutputAudio
(
int64 InTimeCode |
|||
bool UpdateAudioOutput
(
const FAudioDeviceHandle& InAudioDeviceHandle, |