java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraVideoPlaybackOperation |
Camera Video Playback Operation Define (Support Lists: Inspire1)
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraVideoPlaybackOperation | FastBackward | The fast backward playback action. | |||||||||
DJICameraSettingsDef.CameraVideoPlaybackOperation | FastForward | The fast forward playback action. | |||||||||
DJICameraSettingsDef.CameraVideoPlaybackOperation | Seeking | The seeking playback action. | |||||||||
DJICameraSettingsDef.CameraVideoPlaybackOperation | Start | The start playback action. | |||||||||
DJICameraSettingsDef.CameraVideoPlaybackOperation | Stop | The stop playback action. | |||||||||
DJICameraSettingsDef.CameraVideoPlaybackOperation | Unknown | Unknown video playback action. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraVideoPlaybackOperation |
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.CameraVideoPlaybackOperation | valueOf(String name) | ||||||||||
final static CameraVideoPlaybackOperation[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The fast backward playback action.
The fast forward playback action.
The seeking playback action.
The start playback action.
The stop playback action.
Unknown video playback action.
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.