MBCameraPreset
enum MBCameraPreset {}
Camera resolution preset
-
480p video will always be used
Declaration
Objective-C
MBCameraPreset480pSwift
case preset480p = 0 -
720p video will always be used
Declaration
Objective-C
MBCameraPreset720pSwift
case preset720p = 1 -
The library will calculate optimal resolution based on the use case and device used
Declaration
Objective-C
MBCameraPresetOptimalSwift
case presetOptimal = 2 -
Device’s maximal video resolution will be used.
Declaration
Objective-C
MBCameraPresetMaxSwift
case presetMax = 3 -
Device’s photo preview resolution will be used
Declaration
Objective-C
MBCameraPresetPhotoSwift
case presetPhoto = 4
View on GitHub
MBCameraPreset Enumeration Reference