DJICameraVideoFileFormat
enum DJICameraVideoFileFormat : NSUInteger {}
Video storage formats.
-
The video storage format is MOV.
Declaration
Objective-C
DJICameraVideoFileFormatMOV -
The video storage format is MP4.
Declaration
Objective-C
DJICameraVideoFileFormatMP4 -
The video storage format is unknown.
Declaration
Objective-C
DJICameraVideoFileFormatUnknown = 255
View on GitHub
DJICameraVideoFileFormat Enum Reference