Class: Aws::Types::AudioTrack
- Inherits:
-
Object
- Object
- Aws::Types::AudioTrack
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#premix_settings ⇒ Types::AudioPreMixerSettings
Returns the value of attribute premix_settings.
-
#track ⇒ ::Integer
Returns the value of attribute track.
Instance Attribute Details
#premix_settings ⇒ Types::AudioPreMixerSettings
Returns the value of attribute premix_settings.
191 192 193 |
# File 'sig/types.rbs', line 191 def premix_settings @premix_settings end |
#track ⇒ ::Integer
Returns the value of attribute track.
190 191 192 |
# File 'sig/types.rbs', line 190 def track @track end |