Volume

public struct Volume : XMLRepresentable

Undocumented

  • The parameters associated with the volume adjustment.

    Declaration

    Swift

    public var parameters: [Parameter]
  • The amount of the volume adjustment.

    Declaration

    Swift

    public var amount: Double
  • Initializes a new volume adjustment.

    Declaration

    Swift

    public init(amount: Double)

    Parameters

    amount

    The amount of the volume adjustment.