Package com.zego.zegoliveroom.constants
Class ZegoConstants.LatencyMode
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.LatencyMode
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.LatencyMode extends java.lang.Object延迟类型定义
-
-
Field Summary
Fields Modifier and Type Field Description static intLow低延迟模式,无法用于 RTMP 流static intLow2低延迟模式,无法用于 RTMP 流。相对于Low而言,CPU 开销稍低static intLow3低延迟模式,无法用于 RTMP 流。支持WebRTC必须使用此模式static intNormal普通延迟模式static intNormal2普通延迟模式,该模式下,可支持 11kbps ~ 192kbps 码率范围static intNormal3普通延迟模式,使用此模式前先咨询即构技术支持
-
Constructor Summary
Constructors Constructor Description LatencyMode()
-
-
-
Field Detail
-
Normal
public static final int Normal
普通延迟模式- See Also:
- Constant Field Values
-
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
-
-