Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Core > API/Plugins/PixelStreaming2Core/IPixelStreaming2VideoProducer
Event triggered when a frame is pushed to the video producer. You can use this to hook into the frame stream. Currently, streamers will listen to this event to know when a new frame is available for encoding.
| Name | FOnFramePushed |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Core/Public/IPixelStreaming2VideoProducer.h |
| Include Path | #include "IPixelStreaming2VideoProducer.h" |
Syntax
class FOnFramePushed : public TBaseMulticastDelegate_OneParam< void, const IPixelCaptureInputFrame & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const IPixelCaptureInputFrame & > → IPixelStreaming2VideoProducer::FOnFramePushed