Stabilization
public struct Stabilization : XMLRepresentable
Undocumented
-
Specifies the possible modes of a stabilization adjustment.
Declaration
Swift
public enum Mode : String, XMLRepresentable
-
The parameters associated with the stabilization adjustment.
Declaration
Swift
public var parameters: [Parameter]
-
The type of the stabilization adjustment.
Declaration
Swift
public var type: Mode { get set }
-
Initializes a stabilization adjustment.
Declaration
Swift
public init(type: Mode = .automatic)
Parameters
type
The type of the stabilization adjustment,
automatic
by default.