Package io.agora.rtc2.video
Class CodecCapInfo
java.lang.Object
io.agora.rtc2.video.CodecCapInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe codec type mask.The codec capability level, estimated based on the device hardware.intThe codec type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidSetCodecCapMask(int codecCapMask) voidSetCodecType(int codecType)
-
Field Details
-
codecType
public int codecTypeThe codec type. -
codecCapMask
public int codecCapMaskThe codec type mask. bit 1 Hardware decoder support flag, bit 2: Hardware encoder support flag, bit 3: Software decoder support flag, bit 4: Software encoder support flag -
codecLevels
The codec capability level, estimated based on the device hardware.
-
-
Constructor Details
-
CodecCapInfo
-
-
Method Details
-
SetCodecType
public void SetCodecType(int codecType) -
SetCodecCapMask
public void SetCodecCapMask(int codecCapMask)
-