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.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def audio_track_indexes @audio_track_indexes end |
#data_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute data_track_indexes.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def data_track_indexes @data_track_indexes end |
#video_track_indexes ⇒ ::Array[::Integer]
Returns the value of attribute video_track_indexes.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def video_track_indexes @video_track_indexes end |