Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerRHIToI420CP-
- FPixelCaptureCapturer::CreateOutputBuffer()
- FPixelCaptureCapturerRHIToI420CPU::CreateOutputBuffer()
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerRHIToI420CPU.h |
| Include | #include "PixelCaptureCapturerRHIToI420CPU.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerRHIToI420CPU.cpp |
virtual IPixelCaptureOutputFrame * CreateOutputBuffer
(
int32 InputWidth,
int32 InputHeight
)
Remarks
Implement this to create a buffer for the output. An empty output structure that the process can store the output of its process on.
Parameters
| Name | Description |
|---|---|
| InputWidth | The pixel width of the input frame. |
| InputHeight | The pixel height of the input frame. |