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