public final enum

CameraPurchasedLicense

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.CameraPurchasedLicense

Class Overview

CinemaDNG and Apple ProRes license key Only supported by Inspire 2 X5S camera.

Summary

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

Enum Values

public static final CameraPurchasedLicense LicenseKeyTypeCinemaDNG

CinemaDNG

public static final CameraPurchasedLicense LicenseKeyTypeProRes422HQ

Apple ProRes 422 HQ

public static final CameraPurchasedLicense LicenseKeyTypeProRes4444XQ

Apple ProRes 4444 XQ(no alpha)

public static final CameraPurchasedLicense Unknown

unknown.

Public Methods

public boolean _equals (int b)

Compares the input integer value with the real value of an enum constant.

Parameters
b The input integer value.
Returns
  • boolean The compared result.

public static CameraPurchasedLicense find (int value)

Returns the enum constant of this type with the input integer value.

Parameters
value The input integer value.
Returns
  • CameraLensFocusStatus The enum constant of this type.

public int value ()

Returns the real value of an enum constant.

Returns
  • integer The real value.

public static CameraPurchasedLicense valueOf (String name)

public static final CameraPurchasedLicense[] values ()