protected static enum AlivcLivePusher.ScreenRecordStatus extends java.lang.Enum<AlivcLivePusher.ScreenRecordStatus>
Enum Constant and Description |
---|
SCREEN_RECORD_CAMERA_MIX_START |
SCREEN_RECORD_CAMERA_START |
SCREEN_RECORD_NONE |
SCREEN_RECORD_NORMAL |
Modifier and Type | Method and Description |
---|---|
static AlivcLivePusher.ScreenRecordStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlivcLivePusher.ScreenRecordStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlivcLivePusher.ScreenRecordStatus SCREEN_RECORD_NONE
public static final AlivcLivePusher.ScreenRecordStatus SCREEN_RECORD_NORMAL
public static final AlivcLivePusher.ScreenRecordStatus SCREEN_RECORD_CAMERA_START
public static final AlivcLivePusher.ScreenRecordStatus SCREEN_RECORD_CAMERA_MIX_START
public static AlivcLivePusher.ScreenRecordStatus[] values()
for (AlivcLivePusher.ScreenRecordStatus c : AlivcLivePusher.ScreenRecordStatus.values()) System.out.println(c);
public static AlivcLivePusher.ScreenRecordStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null