Agora RTC Objective-C API Reference  Refactor
Data Fields
SimulcastStreamConfig Struct Reference

Data Fields

VideoDimensions dimensions
 
int kBitrate
 
int framerate
 

Constructor & Destructor Documentation

◆ SimulcastStreamConfig() [1/2]

◆ SimulcastStreamConfig() [2/2]

SimulcastStreamConfig ( const SimulcastStreamConfig other)
inline

Member Function Documentation

◆ operator==()

bool operator== ( const SimulcastStreamConfig rhs) const
inline

Field Documentation

◆ dimensions

VideoDimensions dimensions

The video dimension. See VideoDimensions. The default value is 50% of the high-quality video stream.

◆ kBitrate

int kBitrate

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.

◆ framerate

int framerate

The frame rate (fps) of the local video. The default value is 5.