public static enum Cam.ANTI_BANDING extends java.lang.Enum<Cam.ANTI_BANDING>
| Modifier and Type | Method and Description |
|---|---|
static Cam.ANTI_BANDING |
get(java.lang.String string) |
static Cam.ANTI_BANDING |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cam.ANTI_BANDING[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cam.ANTI_BANDING AUTO
public static final Cam.ANTI_BANDING RATE_50HZ
public static final Cam.ANTI_BANDING RATE_60HZ
public static final Cam.ANTI_BANDING OFF
public static Cam.ANTI_BANDING[] values()
for (Cam.ANTI_BANDING c : Cam.ANTI_BANDING.values()) System.out.println(c);
public static Cam.ANTI_BANDING 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 Cam.ANTI_BANDING get(java.lang.String string)