DJIDownloadFileType
enum DJIDownloadFileType : NSUInteger {}
Download file types. This typedef is supported by Phantom 3 Profressional camera, X3, X5 and X5R cameras on aircraft and Phantom 4 camera.
-
The file to be download is a photo file type.
Declaration
Objective-C
DJIDownloadFileTypePhoto -
The file to be downloaded is a RAW type in DNG format.
Declaration
Objective-C
DJIDownloadFileTypeRAWDNG -
The file to be downloaded is a video file in 720P.
Declaration
Objective-C
DJIDownloadFileTypeVideo720P -
The file to be downloaded is a video file in 1080P.
Declaration
Objective-C
DJIDownloadFileTypeVideo1080P -
The file to be downloaded is a video file in 4K.
Declaration
Objective-C
DJIDownloadFileTypeVideo4K -
The file to be downloaded is unknown.
Declaration
Objective-C
DJIDownloadFileTypeUnknown
View on GitHub
DJIDownloadFileType Enum Reference