DJIVideoFileCompressionStandard
enum DJIVideoFileCompressionStandard : NSUInteger {}
The compression standard used to store the video files. Only supported by X4S, X5S and Phantom 4 Pro cameras.
-
H.264 compression standard.
Declaration
Objective-C
DJIVideoFileCompressionStandardH264
-
H.265 compression standard.
Declaration
Objective-C
DJIVideoFileCompressionStandardH265
-
Unknown.
Declaration
Objective-C
DJIVideoFileCompressionStandardUnknown = 255