Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- IPixelCaptureOutputFrame
- FPixelCaptureOutputFrameI420
- FPixelCaptureOutputFrameRHI
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureOutputFrame.h |
| Include | #include "IPixelCaptureOutputFrame.h" |
Syntax
class IPixelCaptureOutputFrame
Remarks
Wraps the output of the capture process for a single layer. Extend this for your own result types. You must implement GetWidth and GetHeight to return the width and height of the frame. Add your own method to extract the captured data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPixelCaptureFrameMetadata | Metadata | Internal structure that contains various bits of information about the capture and encode process |
Destructors
| Type | Name | Description | |
|---|---|---|---|