public enum CameraEventType extends java.lang.Enum<CameraEventType>
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static CameraEventType |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(CameraEventType value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static CameraEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraEventType VIDEO_START
public static final CameraEventType VIDEO_SPLIT
public static final CameraEventType VIDEO_END
public static final CameraEventType PHOTO_TAKEN
public static final CameraEventType VIDEO_SECOND_STREAM_START
public static final CameraEventType VIDEO_SECOND_STREAM_SPLIT
public static final CameraEventType VIDEO_SECOND_STREAM_END
public static final CameraEventType VIDEO_SPLIT_START
public static final CameraEventType VIDEO_SECOND_STREAM_SPLIT_START
public static final CameraEventType VIDEO_PAUSE
public static final CameraEventType VIDEO_SECOND_STREAM_PAUSE
public static final CameraEventType VIDEO_RESUME
public static final CameraEventType VIDEO_SECOND_STREAM_RESUME
public static final CameraEventType INVALID
public static CameraEventType[] values()
for (CameraEventType c : CameraEventType.values()) System.out.println(c);
public static CameraEventType 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 static CameraEventType getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(CameraEventType value)
value
- The enum constantpublic short getValue()