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