Navigation
API > API/Plugins > API/Plugins/PixelCapture
A basic input frame for the Capture system that wraps a I420 buffer.
| Name | FPixelCaptureInputFrameNV12 |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureInputFrameNV12.h |
| Include Path | #include "PixelCaptureInputFrameNV12.h" |
Syntax
class FPixelCaptureInputFrameNV12 : public IPixelCaptureInputFrame
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPixelCaptureInputFrameNV12
(
TSharedPtr< FPixelCaptureBufferNV12 > Buffer, |
PixelCaptureInputFrameNV12.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPixelCaptureInputFrameNV12() |
PixelCaptureInputFrameNV12.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NV12Buffer | TSharedPtr< FPixelCaptureBufferNV12 > | PixelCaptureInputFrameNV12.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FPixelCaptureBufferNV12 > GetBuffer() |
PixelCaptureInputFrameNV12.h |
Overridden from IPixelCaptureInputFrame
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetHeight() |
Gets the height of the input frame. | PixelCaptureInputFrameNV12.h | |
virtual int32 GetType () |
Should return a unique type id from either EPixelCaptureBufferFormat or an extended user implemented enum. | PixelCaptureInputFrameNV12.h | |
virtual int32 GetWidth() |
Gets the width of the input frame. | PixelCaptureInputFrameNV12.h |