GSCameraExposureCompensationSetting

@objc
public protocol GSCameraExposureCompensationSetting

Setting to configure camera exposure compensation

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 }
  • Exposure compensation value.

    Declaration

    Swift

    var value: CameraEvCompensation { get set }
  • Checks if an exposure compensation value is supported.

    Declaration

    Swift

    func isValueSupported(_ value: CameraEvCompensation) -> Bool

    Parameters

    value

    exposure compensation value to check

    Return Value

    true if the exposure compensation value is supported