Class: Aws::Types::AudioTrackSelection
- Inherits:
-
Object
- Object
- Aws::Types::AudioTrackSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dolby_e_decode ⇒ Types::AudioDolbyEDecode
Returns the value of attribute dolby_e_decode.
-
#tracks ⇒ ::Array[Types::AudioTrack]
Returns the value of attribute tracks.
Instance Attribute Details
#dolby_e_decode ⇒ Types::AudioDolbyEDecode
Returns the value of attribute dolby_e_decode.
197 198 199 |
# File 'sig/types.rbs', line 197 def dolby_e_decode @dolby_e_decode end |
#tracks ⇒ ::Array[Types::AudioTrack]
Returns the value of attribute tracks.
196 197 198 |
# File 'sig/types.rbs', line 196 def tracks @tracks end |