Package io.agora.rtc2.video
Class CodecCapLevels
java.lang.Object
io.agora.rtc2.video.CodecCapLevels
-
Field Summary
FieldsModifier and TypeFieldDescriptionintHardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality.intSoftware decoding capability level, which represents the device's ability to perform software decoding on videos of different quality. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hwDecodingLevel
public int hwDecodingLevelHardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality. -
swDecodingLevel
public int swDecodingLevelSoftware decoding capability level, which represents the device's ability to perform software decoding on videos of different quality.
-
-
Constructor Details
-
CodecCapLevels
public CodecCapLevels() -
CodecCapLevels
public CodecCapLevels(int hwDecLevel, int swDecLevel)
-