Class: Aws::Types::RemixSettings
- Inherits:
-
Object
- Object
- Aws::Types::RemixSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_mappings ⇒ ::Array[Types::AudioChannelMapping]
Returns the value of attribute channel_mappings.
-
#channels_in ⇒ ::Integer
Returns the value of attribute channels_in.
-
#channels_out ⇒ ::Integer
Returns the value of attribute channels_out.
Instance Attribute Details
#channel_mappings ⇒ ::Array[Types::AudioChannelMapping]
Returns the value of attribute channel_mappings.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def channel_mappings @channel_mappings end |
#channels_in ⇒ ::Integer
Returns the value of attribute channels_in.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def channels_in @channels_in end |
#channels_out ⇒ ::Integer
Returns the value of attribute channels_out.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def channels_out @channels_out end |