Class ZegoConstants.LatencyMode

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.LatencyMode
    extends java.lang.Object
    延迟类型定义
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Low
      低延迟模式,无法用于 RTMP 流
      static int Low2
      低延迟模式,无法用于 RTMP 流。相对于 Low 而言,CPU 开销稍低
      static int Low3
      低延迟模式,无法用于 RTMP 流。支持WebRTC必须使用此模式
      static int Normal
      普通延迟模式
      static int Normal2
      普通延迟模式,该模式下,可支持 11kbps ~ 192kbps 码率范围
      static int Normal3
      普通延迟模式,使用此模式前先咨询即构技术支持
    • Constructor Summary

      Constructors 
      Constructor Description
      LatencyMode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Low

        public static final int Low
        低延迟模式,无法用于 RTMP 流
        See Also:
        Constant Field Values
      • Normal2

        public static final int Normal2
        普通延迟模式,该模式下,可支持 11kbps ~ 192kbps 码率范围
        See Also:
        Constant Field Values
      • Low2

        public static final int Low2
        低延迟模式,无法用于 RTMP 流。相对于 Low 而言,CPU 开销稍低
        See Also:
        Constant Field Values
      • Low3

        public static final int Low3
        低延迟模式,无法用于 RTMP 流。支持WebRTC必须使用此模式
        See Also:
        Constant Field Values
      • Normal3

        public static final int Normal3
        普通延迟模式,使用此模式前先咨询即构技术支持
        See Also:
        Constant Field Values
    • Constructor Detail

      • LatencyMode

        public LatencyMode()