Package com.zego.zegoavkit2
Class ZegoConstants.ZegoAlphaLayoutType
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.ZegoAlphaLayoutType
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoAlphaLayoutType extends java.lang.Object
透明通道数据布局方式。
-
-
Constructor Summary
Constructors Constructor Description ZegoAlphaLayoutType()
-
-
-
Field Detail
-
NONE
public static final int NONE
没有透明通道数据- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
透明通道数据位于 RGB/YUV 数据左侧- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
透明通道数据位于 RGB/YUV 数据右侧- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
透明通道数据位于 RGB/YUV 数据底部- See Also:
- Constant Field Values
-
-