Navigation
API > API/Plugins > API/Plugins/PixelStreaming
Inheritance Hierarchy
- IPixelCaptureCapturerSource
- FPixelStreamingVideoInput
- FPixelStreamingVideoInputNV12
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingVideoInputNV12.h |
| Include | #include "PixelStreamingVideoInputNV12.h" |
Syntax
class FPixelStreamingVideoInputNV12 : public FPixelStreamingVideoInput
Remarks
A Generic video input for NV12 frames
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IPixelCaptureCapturerSource
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FPixelCaptureCapturer > | CreateCapturer
(
int32 FinalFormat, |
Implement this to create an capture process that captures to the FinalFormat at the given scale. |