java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalFrameRateUpperBound |
Supported only by thermal Camera
The frame rate upper bound.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalFrameRateUpperBound | Unknown | The thermal imaging camera frame rate upper bound is unknown. | |||||||||
DJICameraSettingsDef.CameraThermalFrameRateUpperBound | UpperBound_30Hz | The thermal imaging camera frame rate upper bound is 30Hz.. | |||||||||
DJICameraSettingsDef.CameraThermalFrameRateUpperBound | UpperBound_8p3Hz | The thermal imaging camera frame rate upper bound is 8.3Hz.. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraThermalFrameRateUpperBound | valueOf(String name) | ||||||||||
final static CameraThermalFrameRateUpperBound[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The thermal imaging camera frame rate upper bound is unknown.
The thermal imaging camera frame rate upper bound is 30Hz..
The thermal imaging camera frame rate upper bound is 8.3Hz..
Compares the input integer value with the real value of an enum value.
b | The input integer value |
---|
Returns the real value of an enum value.