Mp2Settings

public struct Mp2Settings : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specify the average bitrate in bits per second.

    Declaration

    Swift

    public let bitrate: Int?
  • Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2.

    Declaration

    Swift

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

    Declaration

    Swift

    public let sampleRate: Int?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws