public enum DevicePropCode extends java.lang.Enum<DevicePropCode> implements Code<UINT16>
Modifier and Type | Method and Description |
---|---|
UINT16 |
value() |
static DevicePropCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DevicePropCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DevicePropCode BATTERY_LEVEL
public static final DevicePropCode WHITE_BALANCE
public static final DevicePropCode EXPOSURE_INDEX
public static final DevicePropCode EXPOSURE_BIAS_COMPENSATION
public static final DevicePropCode DATE_TIME
public static final DevicePropCode STILL_CAPTURE_MODE
public static final DevicePropCode TIMELAPSE_NUMBER
public static final DevicePropCode TIMELAPSE_INTERVAL
public static final DevicePropCode AUDIO_VOLUME
public static final DevicePropCode ERROR_INFO
public static final DevicePropCode SHUTTER_SPEED
public static final DevicePropCode GPS_INFO
public static final DevicePropCode AUTO_POWER_OFF_DELAY
public static final DevicePropCode SLEEP_DELAY
public static final DevicePropCode CHANNEL_NUMBER
public static final DevicePropCode CAPTURE_STATUS
public static final DevicePropCode RECORDING_TIME
public static final DevicePropCode REMAINING_RECORDING_TIME
public static DevicePropCode[] values()
for (DevicePropCode c : DevicePropCode.values()) System.out.println(c);
public static DevicePropCode 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