| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraSettingsDef.VideoFileCompressionStandard | |
The compression standard used to store the video files. Only supported by X4S, X5S and Phantom 4 Pro cameras.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJICameraSettingsDef.VideoFileCompressionStandard | H264 | H.264 compression standard. | |||||||||
| DJICameraSettingsDef.VideoFileCompressionStandard | H265 | H.265 compression standard. | |||||||||
| DJICameraSettingsDef.VideoFileCompressionStandard | Unknown | Unknown. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DJICameraSettingsDef.VideoFileCompressionStandard | valueOf(String name) | ||||||||||
| final static VideoFileCompressionStandard[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
H.264 compression standard.
H.265 compression standard.