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.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def channel_mappings @channel_mappings end |
#channels_in ⇒ ::Integer
Returns the value of attribute channels_in.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def channels_in @channels_in end |
#channels_out ⇒ ::Integer
Returns the value of attribute channels_out.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def channels_out @channels_out end |