GSCameraExposureLockMode

@objc
public enum GSCameraExposureLockMode : Int, CustomStringConvertible

Camera exposure lock mode.

Note

This protocol is for Objective-C compatibility only.
  • No exposure lock.

    Declaration

    Swift

    case none
  • Lock current exposure values.

    Declaration

    Swift

    case currentValues
  • Lock exposure on a given region of interest (taken from the video stream).

    Declaration

    Swift

    case region
  • Debug description.

    Declaration

    Swift

    public var description: String { get }