GSCameraAntiFlickeringSettings

@objc
public protocol GSCameraAntiFlickeringSettings

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 mode: CameraAntiFlickeringMode { get set }
  • Checks if an anti-flickering mode is supported.

    Declaration

    Swift

    func isModeSupported(_ mode: CameraAntiFlickeringMode) -> Bool

    Parameters

    mode

    anti-flickering mode to check

    Return Value

    true if the anti-flickering mode is supported