Class CodecCapInfo

java.lang.Object
io.agora.rtc2.video.CodecCapInfo

public class CodecCapInfo extends Object
  • Field Details

    • codecType

      public int codecType
      The codec type.
    • codecCapMask

      public int codecCapMask
      The 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

      public CodecCapLevels codecLevels
      The codec capability level, estimated based on the device hardware.
  • Constructor Details

    • CodecCapInfo

      public CodecCapInfo(int codecType, int codecCapMask, CodecCapLevels levels)
  • Method Details

    • SetCodecType

      public void SetCodecType(int codecType)
    • SetCodecCapMask

      public void SetCodecCapMask(int codecCapMask)