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