Class: Aws::MediaConvert::Types::TrackMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::TrackMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Track mapping information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_track_indexes ⇒ Array<Integer>
The indexes of the audio tracks.
-
#data_track_indexes ⇒ Array<Integer>
The indexes of the data tracks.
-
#video_track_indexes ⇒ Array<Integer>
The indexes of the video tracks.
Instance Attribute Details
#audio_track_indexes ⇒ Array<Integer>
The indexes of the audio tracks.
12895 12896 12897 12898 12899 12900 12901 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12895 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |
#data_track_indexes ⇒ Array<Integer>
The indexes of the data tracks.
12895 12896 12897 12898 12899 12900 12901 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12895 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |
#video_track_indexes ⇒ Array<Integer>
The indexes of the video tracks.
12895 12896 12897 12898 12899 12900 12901 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12895 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |