public static enum CameraStatus.PixelEncoding extends java.lang.Enum<CameraStatus.PixelEncoding>
| Enum Constant and Description |
|---|
MONO12 |
MONO12PACKED |
MONO16 |
MONO32 |
| Modifier and Type | Method and Description |
|---|---|
static CameraStatus.PixelEncoding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraStatus.PixelEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraStatus.PixelEncoding MONO12
public static final CameraStatus.PixelEncoding MONO12PACKED
public static final CameraStatus.PixelEncoding MONO16
public static final CameraStatus.PixelEncoding MONO32
public static CameraStatus.PixelEncoding[] values()
for (CameraStatus.PixelEncoding c : CameraStatus.PixelEncoding.values()) System.out.println(c);
public static CameraStatus.PixelEncoding 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