Agora RTC Objective-C API Reference  Refactor
Properties
AgoraSimulcastStreamConfig Class Reference

Inherits <NSObject>.

Properties

int kBitrate
 
int framerate
 
CGSize dimensions
 

Property Documentation

◆ kBitrate

- (int) kBitrate
readwritenonatomicassign

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
readwritenonatomicassign

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

◆ dimensions

- (CGSize) dimensions
readwritenonatomicassign

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