Class ZegoMixStreamConfig.RateControlMode

  • Enclosing class:
    ZegoMixStreamConfig

    public class ZegoMixStreamConfig.RateControlMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CBR
      恒定码率
      static int CRF
      恒定质量
      表示保证视频的清晰度在固定水平上,因此若采用此控制模式,码率会根据网速的变化波动。
    • Constructor Summary

      Constructors 
      Constructor Description
      RateControlMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CRF

        public static final int CRF

        恒定质量
        表示保证视频的清晰度在固定水平上,因此若采用此控制模式,码率会根据网速的变化波动。

        See Also:
        Constant Field Values
    • Constructor Detail

      • RateControlMode

        public RateControlMode()