public enum LiveSessionType extends java.lang.Enum<LiveSessionType>
| Enum Constant and Description |
|---|
LIVE_MODE_DUALCAMERA |
LIVE_MODE_EXTERNAL |
LIVE_MODE_NORMAL |
LIVE_MODE_PALETTE4 |
LIVE_MODE_PERIPHERALS |
LIVE_MODE_SCREEN_RECORD |
| Modifier and Type | Method and Description |
|---|---|
static LiveSessionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiveSessionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiveSessionType LIVE_MODE_NORMAL
public static final LiveSessionType LIVE_MODE_SCREEN_RECORD
public static final LiveSessionType LIVE_MODE_DUALCAMERA
public static final LiveSessionType LIVE_MODE_PERIPHERALS
public static final LiveSessionType LIVE_MODE_PALETTE4
public static final LiveSessionType LIVE_MODE_EXTERNAL
public static LiveSessionType[] values()
for (LiveSessionType c : LiveSessionType.values()) System.out.println(c);
public static LiveSessionType 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