java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraAntiFlicker |
Camera anti-flicker values. The default value is AntiFlicker_50Hz.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraAntiFlicker | AntiFlicker_50Hz | The camera's anti-flicker value is 50 Hz. | |||||||||
DJICameraSettingsDef.CameraAntiFlicker | AntiFlicker_60Hz | The camera's anti-flicker value is 60 Hz. | |||||||||
DJICameraSettingsDef.CameraAntiFlicker | Auto | The camera's anti-flicker value is automatically set. | |||||||||
DJICameraSettingsDef.CameraAntiFlicker | Unknown | The camera's anti-flicker value is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraAntiFlicker |
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.CameraAntiFlicker | valueOf(String name) | ||||||||||
final static CameraAntiFlicker[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The camera's anti-flicker value is 50 Hz.
The camera's anti-flicker value is 60 Hz.
The camera's anti-flicker value is automatically set.
The camera's anti-flicker value 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.