GSCameraWhiteBalanceLock

@objc
public protocol GSCameraWhiteBalanceLock

Camera white balance lock.

Allows to lock/unlock the white balance values.

Note

This protocol is for Objective-C compatibility only.
  • 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

    @objc(locked)
    var gsLocked: Bool { get }
  • Whether white balance lock is lockable.

    Declaration

    Swift

    @objc(isLockable)
    var gsIsLockable: Bool { get }
  • Whether white balance lock is supported.

    Declaration

    Swift

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

    Declaration

    Swift

    func setLock(lock: Bool)

    Parameters

    lock

    lock value to set