public static enum RawCameraControl.ControlMode extends Enum<RawCameraControl.ControlMode>
| Enum Constant and Description |
|---|
AUTO |
OFF |
USE_SCENE_MODE |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.ControlMode |
intern() |
String |
toString() |
static RawCameraControl.ControlMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.ControlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.ControlMode OFF
public static final RawCameraControl.ControlMode AUTO
public static final RawCameraControl.ControlMode USE_SCENE_MODE
public static RawCameraControl.ControlMode[] values()
for (RawCameraControl.ControlMode c : RawCameraControl.ControlMode.values()) System.out.println(c);
public static RawCameraControl.ControlMode 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.ControlMode intern()
public String toString()
toString in class Enum<RawCameraControl.ControlMode>Copyright © 2021. All rights reserved.