AgoraScreenVideoParameters
共享屏幕流的视频编码配置。
Objective-C
__attribute__((visibility("default"))) @interface AgoraScreenVideoParameters : NSObject
@property(assign, nonatomic) CGSize dimensions;
@property(assign, nonatomic) AgoraVideoFrameRate frameRate;
@property(assign, nonatomic) NSInteger bitrate;
@property(assign, nonatomic) AgoraVideoContentHint contentHint;
@end
dimensions
视频编码的分辨率。默认值为 1280 × 720。
frameRate
视频编码帧率 (fps)。默认值为 15。
bitrate
视频编码码率 (Kbps)。
contentHint
屏幕共享视频的内容类型。详见 AgoraVideoContentHint
。