java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.CameraPurchasedLicense |
CinemaDNG and Apple ProRes license key Only supported by Inspire 2 X5S camera.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CameraPurchasedLicense | LicenseKeyTypeCinemaDNG | CinemaDNG | |||||||||
CameraPurchasedLicense | LicenseKeyTypeProRes422HQ | Apple ProRes 422 HQ | |||||||||
CameraPurchasedLicense | LicenseKeyTypeProRes4444XQ | Apple ProRes 4444 XQ(no alpha) | |||||||||
CameraPurchasedLicense | Unknown | unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum constant.
| ||||||||||
static CameraPurchasedLicense |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum constant.
| ||||||||||
static CameraPurchasedLicense | valueOf(String name) | ||||||||||
final static CameraPurchasedLicense[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Apple ProRes 4444 XQ(no alpha)
Compares the input integer value with the real value of an enum constant.
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 constant.