Navigation
API > API/Plugins > API/Plugins/PixelStreaming2 > API/Plugins/PixelStreaming2/IPixelStreaming2Streamer
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Streamer.h |
| Include | #include "IPixelStreaming2Streamer.h" |
void PlayerRequestsBitrate
(
FString PlayerId,
int MinBitrate,
int MaxBitrate
)
Remarks
Set the minimum and maximum bitrate for the streamer.
Parameters
| Name | Description |
|---|---|
| PlayerId | Currently unused. For setting the bitrate for a individual player id. |
| MinBitrate | minimum bitrate for the streamer. |
| MaxBitrate | maximum bitrate for the streamer. |