|
Agora Java API Reference for Android
|
The configuration of the low-quality video stream. More...
Public Member Functions | |
| SimulcastStreamConfig (VideoEncoderConfiguration.VideoDimensions dimensions, int bitrate, int framerate) | |
| int | getBitrate () |
| int | getFramerate () |
| int | getDimensionsWidth () |
| int | getDimensionsHeight () |
Public Attributes | |
| VideoEncoderConfiguration.VideoDimensions | dimensions |
| int | bitrate |
| int | framerate |
The configuration of the low-quality video stream.
| VideoEncoderConfiguration.VideoDimensions io.agora.rtc2.SimulcastStreamConfig.dimensions |
The video dimension. See VideoDimensions. The default value is 50% of the high-quality video stream.
| int io.agora.rtc2.SimulcastStreamConfig.bitrate |
Video bitrate (Kbps). The default value is -1. This parameter does not need to be set. The SDK automatically matches the most suitable bitrate based on the video resolution and frame rate you set.
| int io.agora.rtc2.SimulcastStreamConfig.framerate |
The frame rate (fps) of the local video. The default value is 5.
1.8.18