public enum CaptureProperty extends Enum<CaptureProperty>
| Enum Constant and Description |
|---|
Brightness |
Contrast |
Exposure |
Focus |
Gain |
Gamma |
Saturation |
WhiteBalance |
Zoom |
| Modifier and Type | Method and Description |
|---|---|
int |
getPropertyId() |
static CaptureProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaptureProperty Brightness
public static final CaptureProperty Contrast
public static final CaptureProperty Exposure
public static final CaptureProperty Focus
public static final CaptureProperty Gain
public static final CaptureProperty Gamma
public static final CaptureProperty Saturation
public static final CaptureProperty WhiteBalance
public static final CaptureProperty Zoom
public static CaptureProperty[] values()
for (CaptureProperty c : CaptureProperty.values()) System.out.println(c);
public static CaptureProperty 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 int getPropertyId()
Copyright © 2017. All rights reserved.