Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- FPixelCaptureCapturer
- FPixelCaptureCapturerI420
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerI420.h |
| Include | #include "PixelCaptureCapturerI420.h" |
Syntax
class FPixelCaptureCapturerI420 : public FPixelCaptureCapturer
Remarks
A basic capturer that will copy I420 frames. Input: FPixelCaptureInputFrameI420 Output: FPixelCaptureOutputFrameI420
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
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. |