Navigation
API > API/Plugins > API/Plugins/NDIMedia > API/Plugins/NDIMedia/UNDIMediaCapture
References
| Module | NDIMedia |
| Header | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Private/NDIMediaCapture.cpp |
| Include | #include "NDIMediaCapture.cpp" |
Syntax
class FNDICaptureInstance
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAsyncSend | ||
| int32 | FrameRateDenominator | ||
| int32 | FrameRateNumerator | ||
| const NDIlib_v5 * | NDILib | ||
| TSharedPtr< FNDIMediaRuntimeLibrary > | NDILibHandle | ||
| EMediaIOOutputType | OutputType | ||
| NDIlib_send_instance_t | Sender | ||
| int32 | VideoFrameBufferCurrentIndex | ||
| TArray< TUniquePtr< FVideoFrameBuffer > > | VideoFrameBuffers |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNDICaptureInstance
(
const TSharedPtr< FNDIMediaRuntimeLibrary >& InNDILib, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVideoFrameBuffer * | GetNextVideoFrameBuffer
(
int InHeight, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FVideoFrameBuffer |