Class: Aws::Types::AudioChannelMapping
- Inherits:
-
Object
- Object
- Aws::Types::AudioChannelMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_channel_levels ⇒ ::Array[Types::InputChannelLevel]
Returns the value of attribute input_channel_levels.
-
#output_channel ⇒ ::Integer
Returns the value of attribute output_channel.
Instance Attribute Details
#input_channel_levels ⇒ ::Array[Types::InputChannelLevel]
Returns the value of attribute input_channel_levels.
96 97 98 |
# File 'sig/types.rbs', line 96 def input_channel_levels @input_channel_levels end |
#output_channel ⇒ ::Integer
Returns the value of attribute output_channel.
97 98 99 |
# File 'sig/types.rbs', line 97 def output_channel @output_channel end |