GSAntiflickerSetting

@objc
public protocol GSAntiflickerSetting

Setting to change the anti-flickering mode.

Note

This protocol is for Objective-C compatibility only.
  • Whether the setting value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Antiflicker mode setting.

    Declaration

    Swift

    var mode: AntiflickerMode { get set }
  • Tells if a mode is supported.

    Declaration

    Swift

    func isModeSupported(_ mode: AntiflickerMode) -> Bool

    Parameters

    mode

    mode to check

    Return Value

    true if the mode is supported