Navigation
API > API/Plugins > API/Plugins/NDIMedia
| Name | UNDIMediaCapture |
| Type | class |
| Header File | /Engine/Plugins/Media/NDIMedia/Source/NDIMedia/Public/NDIMediaCapture.h |
| Include Path | #include "NDIMediaCapture.h" |
Syntax
UCLASS ()
class UNDIMediaCapture : public UMediaCapture
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMediaCapture → UNDIMediaCapture
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UNDIMediaCapture() |
NDIMediaCapture.h |
Classes
| Name | Remarks |
|---|---|
| FNDICaptureInstance |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CaptureInstance | FNDICaptureInstance * | NDIMediaCapture.h | ||
| CaptureInstanceCriticalSection | FCriticalSection | NDIMediaCapture.h |
Functions
Public
Protected
Overridden from UMediaCapture
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool InitializeCapture() |
NDIMediaCapture.h | ||
virtual void OnFrameCaptured_AnyThread
(
const FCaptureBaseData& InBaseData, |
NDIMediaCapture.h | ||
virtual void OnFrameCaptured_RenderingThread
(
const FCaptureBaseData& InBaseData, |
NDIMediaCapture.h | ||
virtual bool PostInitializeCaptureRenderTarget
(
UTextureRenderTarget2D* InRenderTarget |
NDIMediaCapture.h | ||
virtual bool PostInitializeCaptureRHIResource
(
const FRHICaptureResourceDescription& InResourceDescription |
NDIMediaCapture.h | ||
virtual bool PostInitializeCaptureViewport
(
TSharedPtr< FSceneViewport >& InSceneViewport |
NDIMediaCapture.h | ||
virtual void StopCaptureImpl
(
bool bAllowPendingFrameToBeProcess |
NDIMediaCapture.h | ||
virtual bool SupportsAnyThreadCapture() |
NDIMediaCapture.h | ||
virtual bool UpdateAudioDeviceImpl
(
const FAudioDeviceHandle& InAudioDeviceHandle |
NDIMediaCapture.h |