Class CodecCapLevels

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

public class CodecCapLevels extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Hardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality.
    int
    Software decoding capability level, which represents the device's ability to perform software decoding on videos of different quality.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CodecCapLevels(int hwDecLevel, int swDecLevel)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • hwDecodingLevel

      public int hwDecodingLevel
      Hardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality.
    • swDecodingLevel

      public int swDecodingLevel
      Software 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)