java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalExternalParamProfile |
User defined parameters. Supported only by the thermal imaging camera.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalExternalParamProfile | Profile1 | Custom thermal external scene settings for user 1 | |||||||||
DJICameraSettingsDef.CameraThermalExternalParamProfile | Profile2 | Custom thermal external scene settings for user 2 | |||||||||
DJICameraSettingsDef.CameraThermalExternalParamProfile | Profile3 | Custom thermal external scene settings for user 3 | |||||||||
DJICameraSettingsDef.CameraThermalExternalParamProfile | Unknown | The user is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraThermalExternalParamProfile |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraThermalExternalParamProfile | valueOf(String name) | ||||||||||
final static CameraThermalExternalParamProfile[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Custom thermal external scene settings for user 1
Custom thermal external scene settings for user 2
Custom thermal external scene settings for user 3
The user is unknown.
Compares the input integer value with the real value of an enum value.
b | The input integer value. |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value |
---|
Returns the real value of an enum value.