Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingStreamer
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStreamer.h |
| Include | #include "IPixelStreamingStreamer.h" |
void SetCoupleFramerate
&40;
bool bCouple
&41;
Remarks
Setting this to true will cause the streamer to ignore the FPS value and instead push out frames as they are submitted from the video input. If the encode process takes longer than the time between frames, frames will be dropped.
Parameters
| Name | Description |
|---|---|
| bCouple | true to couple the streamer framerate to that of the video input. |