java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.handheld.DJIHandheldButtonStatus |
The status of the shutter button and record button on the handheld controller. Used by Osmo Mobile only.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIHandheldButtonStatus | Idle | The button status is idle. | |||||||||
DJIHandheldButtonStatus | LongPress | The shutter button is pressed without release. | |||||||||
DJIHandheldButtonStatus | RecordButtonPressed | Only the record button is pressed and released. | |||||||||
DJIHandheldButtonStatus | ShutterButtonPressed | Only the shutter button is pressed and released. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DJIHandheldButtonStatus | valueOf(String name) | ||||||||||
final static DJIHandheldButtonStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The shutter button is pressed without release.
Only the record button is pressed and released.
Only the shutter button is pressed and released.