Package com.zego.zegoavkit2
Class ZegoConstants.ZegoObjectSegmentationType
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.ZegoObjectSegmentationType
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.ZegoObjectSegmentationType extends java.lang.Object
主体分割类型
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY_BACKGROUND
任意背景static int
GREEN_SCREEN_BACKGROUND
绿幕背景
-
Constructor Summary
Constructors Constructor Description ZegoObjectSegmentationType()
-
-
-
Field Detail
-
ANY_BACKGROUND
public static final int ANY_BACKGROUND
任意背景- See Also:
- Constant Field Values
-
GREEN_SCREEN_BACKGROUND
public static final int GREEN_SCREEN_BACKGROUND
绿幕背景- See Also:
- Constant Field Values
-
-