MBCCameraAutofocusRestriction
Objective-C
enum MBCCameraAutofocusRestriction : NSInteger {}
Swift
enum MBCCameraAutofocusRestriction : Int, @unchecked Sendable
Camera autofocus restricion mode
-
Default. Indicates that the autofocus system should not restrict the focus range.
Declaration
Objective-C
MBCCameraAutofocusRestrictionNoneSwift
case none = 0 -
Indicates that the autofocus system should restrict the focus range for subject matter that is near to the camera.
Declaration
Objective-C
MBCCameraAutofocusRestrictionNearSwift
case near = 1 -
Indicates that the autofocus system should restrict the focus range for subject matter that is far from the camera.
Declaration
Objective-C
MBCCameraAutofocusRestrictionFarSwift
case far = 2
View on GitHub