CameraWhiteBalanceLock

public protocol CameraWhiteBalanceLock : AnyObject

Camera white balance lock.

Allows to lock/unlock the white balance values.

  • Tells if a setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Whether white balance is currently locked.

    Declaration

    Swift

    var locked: Bool { get }
  • Whether white balance lock is lockable.

    Declaration

    Swift

    var isLockable: Bool? { get }
  • Sets white balance lock setting.

    Declaration

    Swift

    func setLock(lock: Bool)

    Parameters

    lock

    lock value to set