Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturer
- FPixelCaptureCapturer::BeginProcess()
- FPixelCaptureCapturerNV12ToRHI::BeginProcess()
- FPixelCaptureCapturerI420ToRHI::BeginProcess()
- FPixelCaptureCapturerI420::BeginProcess()
- FPixelCaptureCapturerRHIRDG::BeginProcess()
- FPixelCaptureCapturerRHI::BeginProcess()
- FPixelCaptureCapturerRHIToI420CPU::BeginProcess()
- FPixelCaptureCapturerRHIToI420Compute::BeginProcess()
- FPixelCaptureCapturerRHINoCopy::BeginProcess()
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturer.h |
| Include | #include "PixelCaptureCapturer.h" |
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() |