| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraSettingsDef.CameraPhotoTimeLapseFileFormat | |
File format for camera when it is in time-lapse mode. The default file format is video. If video+JPEG is selected the minimum interval will be 2 seconds.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJICameraSettingsDef.CameraPhotoTimeLapseFileFormat | JPEGAndVideo | The camera in time-lapse mode will generate video and JPEG. | |||||||||
| DJICameraSettingsDef.CameraPhotoTimeLapseFileFormat | Unknown | The file format is unknown | |||||||||
| DJICameraSettingsDef.CameraPhotoTimeLapseFileFormat | Video | The camera in time-lapse mode will generate video. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
| static DJICameraSettingsDef.CameraPhotoTimeLapseFileFormat |
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.CameraPhotoTimeLapseFileFormat | valueOf(String name) | ||||||||||
| final static CameraPhotoTimeLapseFileFormat[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The camera in time-lapse mode will generate video and JPEG.
The file format is unknown
The camera in time-lapse mode will generate video.
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.