public static enum ColorCameraProperties.SensorResolution extends Enum<ColorCameraProperties.SensorResolution>
| Enum Constant and Description |
|---|
THE_1080_P |
THE_12_MP |
THE_4_K |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
ColorCameraProperties.SensorResolution |
intern() |
String |
toString() |
static ColorCameraProperties.SensorResolution |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorCameraProperties.SensorResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorCameraProperties.SensorResolution THE_1080_P
public static final ColorCameraProperties.SensorResolution THE_4_K
public static final ColorCameraProperties.SensorResolution THE_12_MP
public static ColorCameraProperties.SensorResolution[] values()
for (ColorCameraProperties.SensorResolution c : ColorCameraProperties.SensorResolution.values()) System.out.println(c);
public static ColorCameraProperties.SensorResolution 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 ColorCameraProperties.SensorResolution intern()
public String toString()
toString in class Enum<ColorCameraProperties.SensorResolution>Copyright © 2021. All rights reserved.