Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingStreamer
Description
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.
| Name | SetCoupleFramerate |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStreamer.h |
| Include Path | #include "IPixelStreamingStreamer.h" |
void SetCoupleFramerate
(
bool bCouple
)
Parameters
| Name | Remarks |
|---|---|
| bCouple | true to couple the streamer framerate to that of the video input. |