SimulcastStreamConfig
Configuration for video low stream.
public class SimulcastStreamConfig
{
public VideoDimensions dimensions;
public int kBitrate;
public int framerate;
};
Properties
- dimensions
- Video resolution. See VideoDimensions. Default is 50% of the high stream resolution.
- kBitrate
- Video bitrate (Kbps), default is -1. This parameter does not need to be set; the SDK automatically matches the optimal bitrate based on the configured resolution and frame rate.
- framerate
- Video frame rate (fps). Default is 5.