public static enum RawCameraControl.CaptureIntent extends Enum<RawCameraControl.CaptureIntent>
| Enum Constant and Description |
|---|
CUSTOM |
PREVIEW |
STILL_CAPTURE |
VIDEO_RECORD |
VIDEO_SNAPSHOT |
ZERO_SHUTTER_LAG |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.CaptureIntent |
intern() |
String |
toString() |
static RawCameraControl.CaptureIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.CaptureIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.CaptureIntent CUSTOM
public static final RawCameraControl.CaptureIntent PREVIEW
public static final RawCameraControl.CaptureIntent STILL_CAPTURE
public static final RawCameraControl.CaptureIntent VIDEO_RECORD
public static final RawCameraControl.CaptureIntent VIDEO_SNAPSHOT
public static final RawCameraControl.CaptureIntent ZERO_SHUTTER_LAG
public static RawCameraControl.CaptureIntent[] values()
for (RawCameraControl.CaptureIntent c : RawCameraControl.CaptureIntent.values()) System.out.println(c);
public static RawCameraControl.CaptureIntent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RawCameraControl.CaptureIntent intern()
public String toString()
toString in class Enum<RawCameraControl.CaptureIntent>Copyright © 2021. All rights reserved.