Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/FPixelStreamingVideoInputNV12
- IPixelCaptureCapturerSource::CreateCapturer()
- FPixelStreamingVideoInputNV12::CreateCapturer()
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingVideoInputNV12.h |
| Include | #include "PixelStreamingVideoInputNV12.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingVideoInputNV12.cpp |
virtual TSharedPtr< FPixelCaptureCapturer > CreateCapturer
&40;
int32 FinalFormat,
float FinalScale
&41;
Remarks
Implement this to create an capture process that captures to the FinalFormat at the given scale. The source format should be known by whatever is fed into the capture system. The FPixelCaptureCapturer that will do the work.
Parameters
| Name | Description |
|---|---|
| FinalFormat | The format the capture process should capture. |
| FinalScale | The frame scale the capture process should scale to. |