AgoraSimulcastStreamConfig
视频小流的配置。
Objective-C
__attribute__((visibility("default"))) @interface AgoraSimulcastStreamConfig: NSObject
@property (assign, nonatomic) int bitrate;
@property (assign, nonatomic) int framerate;
@property (assign, nonatomic) CGSize dimensions;
@end
dimensions
视频尺寸。默认值为视频大流的 50%。
bitrate
视频码率 (Kbps)。该参数无需设置,SDK 会根据你设定的视频分辨率和帧率自动匹配最合适的码率。
framerate
视频帧率 (fps)。默认值为 5。