AiffSettings

public struct AiffSettings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

    Declaration

    Swift

    public let bitDepth: Int?
  • Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.

    Declaration

    Swift

    public let channels: Int?
  • Sample rate in hz.

    Declaration

    Swift

    public let sampleRate: Int?
  • Undocumented

    Declaration

    Swift

    public init(bitDepth: Int? = nil, channels: Int? = nil, sampleRate: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws