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