java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraISO |
Camera ISO values.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraISO | Auto | The ISO value is automatically set. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_100 | The ISO value is set to 100. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_12800 | The ISO value is set to 12800. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_1600 | The ISO value is set to 1600. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_200 | The ISO value is set to 200. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_25600 | The ISO value is set to 25600. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_3200 | The ISO value is set to 3200. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_400 | The ISO value is set to 400. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_6400 | The ISO value is set to 6400. | |||||||||
DJICameraSettingsDef.CameraISO | ISO_800 | The ISO value is set to 800. | |||||||||
DJICameraSettingsDef.CameraISO | Unknown | The ISO value is set to an unknown value. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | _equals(int b) | ||||||||||
static DJICameraSettingsDef.CameraISO | find(int value) | ||||||||||
int | value() | ||||||||||
static DJICameraSettingsDef.CameraISO | valueOf(String name) | ||||||||||
final static CameraISO[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The ISO value is automatically set. This cannot be used for all cameras when in Manual mode.
The ISO value is set to an unknown value.