Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2VideoProducer
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2VideoProducer.h |
| Include | #include "IPixelStreaming2VideoProducer.h" |
void PushFrame
(
const IPixelCaptureInputFrame & InputFrame
)
Remarks
Pushes a raw video frame into the Pixel Streaming system.
Parameters
| Name | Description |
|---|---|
| InputFrame | The raw input frame, which may be a GPU texture or a CPU texture based on the underlying type of frame pushed. |