RollingShutter

public struct RollingShutter : XMLRepresentable

Undocumented

  • Specifies the possible levels of a rolling shutter adjustment.

    Declaration

    Swift

    public enum Amount : String, Codable
  • The amount of the rolling shutter adjustment.

    Declaration

    Swift

    public var amount: Amount { get set }
  • Initializes a new rolling shutter adjustment.

    Declaration

    Swift

    public init(amount: Amount = .none)

    Parameters

    amount

    The amount of the rolling shutter adjustment.