public static enum Spinnaker_C._spinAutoAlgorithmSelectorEnums extends Enum<Spinnaker_C._spinAutoAlgorithmSelectorEnums>
| Enum Constant and Description |
|---|
AutoAlgorithmSelector_Ae
Selects the Auto Exposure algorithm.
|
AutoAlgorithmSelector_Awb
Selects the Auto White Balance algorithm.
|
NUM_AUTOALGORITHMSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinAutoAlgorithmSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinAutoAlgorithmSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinAutoAlgorithmSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinAutoAlgorithmSelectorEnums AutoAlgorithmSelector_Awb
public static final Spinnaker_C._spinAutoAlgorithmSelectorEnums AutoAlgorithmSelector_Ae
public static final Spinnaker_C._spinAutoAlgorithmSelectorEnums NUM_AUTOALGORITHMSELECTOR
public static Spinnaker_C._spinAutoAlgorithmSelectorEnums[] values()
for (Spinnaker_C._spinAutoAlgorithmSelectorEnums c : Spinnaker_C._spinAutoAlgorithmSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinAutoAlgorithmSelectorEnums 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 Spinnaker_C._spinAutoAlgorithmSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinAutoAlgorithmSelectorEnums>Copyright © 2019. All rights reserved.