Class: Aws::Types::TrackMapping
- Inherits:
-
Object
- Object
- Aws::Types::TrackMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute audio_track_indexes.
-
#data_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute data_track_indexes.
-
#video_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute video_track_indexes.
Instance Attribute Details
#audio_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute audio_track_indexes.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def audio_track_indexes @audio_track_indexes end |
#data_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute data_track_indexes.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def data_track_indexes @data_track_indexes end |
#video_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute video_track_indexes.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def video_track_indexes @video_track_indexes end |