Package com.zego.zegoliveroom.constants
Class ZegoConstants.VideoStreamLayer
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoConstants.VideoStreamLayer
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.VideoStreamLayer extends java.lang.Object
拉流选择视频层.
-
-
Field Summary
Fields Modifier and Type Field Description static int
VideoStreamLayer_Auto
根据网络状态选择图层static int
VideoStreamLayer_BaseLayer
指定拉基本层(小分辨率)static int
VideoStreamLayer_ExtendLayer
指定拉扩展层(大分辨率)
-
Constructor Summary
Constructors Constructor Description VideoStreamLayer()
-
-
-
Field Detail
-
VideoStreamLayer_Auto
public static final int VideoStreamLayer_Auto
根据网络状态选择图层- See Also:
- Constant Field Values
-
VideoStreamLayer_BaseLayer
public static final int VideoStreamLayer_BaseLayer
指定拉基本层(小分辨率)- See Also:
- Constant Field Values
-
VideoStreamLayer_ExtendLayer
public static final int VideoStreamLayer_ExtendLayer
指定拉扩展层(大分辨率)- See Also:
- Constant Field Values
-
-