Navigation
API > API/Plugins > API/Plugins/PixelCapture
Inheritance Hierarchy
- IPixelCaptureInputFrame
- FPixelCaptureInputFrameI420
- FPixelCaptureInputFrameNV12
- FPixelCaptureInputFrameRHI
References
| Module | PixelCapture |
| Header | /Engine/Plugins/Media/PixelCapture/Source/PixelCapture/Public/IPixelCaptureInputFrame.h |
| Include | #include "IPixelCaptureInputFrame.h" |
Syntax
class IPixelCaptureInputFrame
Remarks
The base interface that is fed into the capture system. This wrapper is fed into the FPixelCaptureCapturer objects for each format/scale. The capturer should then cast to the known type fed into the system to unwrap the data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPixelCaptureFrameMetadata | Metadata | Internal structure that contains various bits of information about the capture process |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|