Agora RTC Objective-C API Reference  Refactor
Data Fields
SimulcastConfig::StreamLayerConfig Struct Reference

Data Fields

VideoDimensions dimensions
 
int framerate
 
bool enable
 

Constructor & Destructor Documentation

◆ StreamLayerConfig()

StreamLayerConfig ( )
inline

Field Documentation

◆ dimensions

VideoDimensions dimensions

The video frame dimension. The default value is 0.

◆ framerate

int framerate

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

◆ enable

bool enable

Whether to enable the corresponding layer of video stream. The default value is false.