Navigation
API > API/Plugins > API/Plugins/PixelCapture > API/Plugins/PixelCapture/FPixelCaptureCapturerI420
- FPixelCaptureCapturer::CreateOutputBuffer()
- FPixelCaptureCapturerI420::CreateOutputBuffer()
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/PixelCaptureCapturerI420.h |
| Include | #include "PixelCaptureCapturerI420.h" |
| Source | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Private/PixelCaptureCapturerI420.cpp |
virtual IPixelCaptureOutputFrame &42; CreateOutputBuffer
&40;
int32 InputWidth,
int32 InputHeight
&41;
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. |