GSCameraModeSetting

@objc
public protocol GSCameraModeSetting

Setting to change the camera mode

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 }
  • Camera mode.

    Declaration

    Swift

    var mode: CameraMode { get set }
  • Checks if a mode is supported

    Declaration

    Swift

    func isModeSupported(_ mode: CameraMode) -> Bool

    Parameters

    mode

    mode to check

    Return Value

    true if the mode is supported