AgoraVideoCodecCapLevels
编解码能力等级。
Objective-C
__attribute__((visibility("default"))) @interface AgoraVideoCodecCapLevels : NSObject
@property(assign, nonatomic) AgoraVideoCodecCapabilityLevel hwDecodingLevel;
@property(assign, nonatomic) AgoraVideoCodecCapabilityLevel swDecodingLevel;
@end
自从
v4.2.2
hwDecodingLevel
硬件解码能力等级,表示设备能够对不同品质视频进行硬件解码的能力。详见 AgoraVideoCodecCapabilityLevel。
swDecodingLevel
软件解码能力等级,表示设备能够对不同品质视频进行软件解码的能力。详见 AgoraVideoCodecCapabilityLevel。