Class: Aws::Types::RemixSettings
- Inherits:
-
Object
- Object
- Aws::Types::RemixSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_description_audio_channel ⇒ ::Integer
Returns the value of attribute audio_description_audio_channel.
-
#audio_description_data_channel ⇒ ::Integer
Returns the value of attribute audio_description_data_channel.
-
#channel_mapping ⇒ Types::ChannelMapping
Returns the value of attribute channel_mapping.
-
#channels_in ⇒ ::Integer
Returns the value of attribute channels_in.
-
#channels_out ⇒ ::Integer
Returns the value of attribute channels_out.
Instance Attribute Details
#audio_description_audio_channel ⇒ ::Integer
Returns the value of attribute audio_description_audio_channel.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def audio_description_audio_channel @audio_description_audio_channel end |
#audio_description_data_channel ⇒ ::Integer
Returns the value of attribute audio_description_data_channel.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def audio_description_data_channel @audio_description_data_channel end |
#channel_mapping ⇒ Types::ChannelMapping
Returns the value of attribute channel_mapping.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def channel_mapping @channel_mapping end |
#channels_in ⇒ ::Integer
Returns the value of attribute channels_in.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def channels_in @channels_in end |
#channels_out ⇒ ::Integer
Returns the value of attribute channels_out.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def channels_out @channels_out end |