Class: Aws::MediaLive::Types::InputChannelLevel

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Input Channel Level

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gainInteger

Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.

Returns:

  • (Integer)


6426
6427
6428
6429
6430
6431
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6426

class InputChannelLevel < Struct.new(
  :gain,
  :input_channel)
  SENSITIVE = []
  include Aws::Structure
end

#input_channelInteger

The index of the input channel used as a source.

Returns:

  • (Integer)


6426
6427
6428
6429
6430
6431
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6426

class InputChannelLevel < Struct.new(
  :gain,
  :input_channel)
  SENSITIVE = []
  include Aws::Structure
end