Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerI420ToRHI
- FPixelCaptureCapturer::BeginProcess()
- FPixelCaptureCapturerI420ToRHI::BeginProcess()
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerI420ToRHI.h |
| Include | #include "PixelCaptureCapturerI420ToRHI.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerI420ToRHI.cpp |
virtual void BeginProcess
&40;
const IPixelCaptureInputFrame & InputFrame,
IPixelCaptureOutputFrame &42; OutputBuffer
&41;
Remarks
Implement this with your specific process to capture the incoming frame.
Parameters
| Name | Description |
|---|---|
| InputFrame | The input frame data for the process to begin working on. |
| OutputBuffer | The destination buffer for the process. Is guaranteed to be of the type created in CreateOutputBuffer() |