InputChannelLevel

public struct InputChannelLevel : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.

    Declaration

    Swift

    public let gain: Int
  • The index of the input channel used as a source.

    Declaration

    Swift

    public let inputChannel: Int
  • Undocumented

    Declaration

    Swift

    public init(gain: Int, inputChannel: Int)
  • Declaration

    Swift

    public func validate(name: String) throws