Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- FPixelCaptureCapturer
- TSharedFromThis
- FPixelCaptureCapturerI420ToRHI
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerI420ToRHI.h |
| Include | #include "PixelCaptureCapturerI420ToRHI.h" |
Syntax
class FPixelCaptureCapturerI420ToRHI :
public FPixelCaptureCapturer,
public TSharedFromThis< FPixelCaptureCapturerI420ToRHI >
Remarks
A basic capturer that will capture I420 frames to native RHI textures. Input: FPixelCaptureInputFrameI420 Output: FPixelCaptureOutputFrameRHI
Constructors
No constructors are accessible with public or protected access.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FPixelCaptureCapturerI420ToRHI > | Create () |
Overridden from FPixelCaptureCapturer
| Type | Name | Description | |
|---|---|---|---|
| void | BeginProcess
(
const IPixelCaptureInputFrame& InputFrame, |
Implement this with your specific process to capture the incoming frame. | |
| IPixelCaptureOutputFrame * | CreateOutputBuffer
(
int32 InputWidth, |
Implement this to create a buffer for the output. | |
| FString | Gets the human readable name for this capture process. | ||
| void | Initialize
(
int32 InputWidth, |
Initializes the process to be ready for work. Called once at startup. |