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

Data Fields

VideoDimensions dimensions
 
int framerate
 
bool enable
 

Detailed Description

The configuration of a specific layer in the multi-layer video stream.

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.

  • true: Enable the corresponding layer of video stream
  • false: (Default) Disable the corresponding layer of video stream