MBICameraAutofocusRestriction

enum MBICameraAutofocusRestriction {}

Camera autofocus restricion mode

  • Default. Indicates that the autofocus system should not restrict the focus range.

    Declaration

    Objective-C

    MBICameraAutofocusRestrictionNone

    Swift

    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

    MBICameraAutofocusRestrictionNear

    Swift

    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

    MBICameraAutofocusRestrictionFar

    Swift

    case far = 2