public static enum AxisCamera.ExposureControl extends Enum<AxisCamera.ExposureControl>
| Enum Constant and Description |
|---|
kAutomatic |
kFlickerFree50Hz |
kFlickerFree60Hz |
kHold |
| Modifier and Type | Method and Description |
|---|---|
static AxisCamera.ExposureControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisCamera.ExposureControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisCamera.ExposureControl kAutomatic
public static final AxisCamera.ExposureControl kHold
public static final AxisCamera.ExposureControl kFlickerFree50Hz
public static final AxisCamera.ExposureControl kFlickerFree60Hz
public static AxisCamera.ExposureControl[] values()
for (AxisCamera.ExposureControl c : AxisCamera.ExposureControl.values()) System.out.println(c);
public static AxisCamera.ExposureControl 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 nullCopyright © 2015. All rights reserved.