public static enum LVConstants.LVRTCCameraPosition extends java.lang.Enum<LVConstants.LVRTCCameraPosition>
Modifier and Type | Method and Description |
---|---|
int |
value() |
static LVConstants.LVRTCCameraPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LVConstants.LVRTCCameraPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LVConstants.LVRTCCameraPosition BACK
public static final LVConstants.LVRTCCameraPosition FRONT
public static final LVConstants.LVRTCCameraPosition EXTERNAL
public static LVConstants.LVRTCCameraPosition[] values()
for (LVConstants.LVRTCCameraPosition c : LVConstants.LVRTCCameraPosition.values()) System.out.println(c);
public static LVConstants.LVRTCCameraPosition 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 nullpublic int value()