Class: Aws::MediaConvert::Types::TrackMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::TrackMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
An array containing track mapping information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_track_indexes ⇒ Array<Integer>
The index numbers of the audio tracks in your media file.
-
#data_track_indexes ⇒ Array<Integer>
The index numbers of the data tracks in your media file.
-
#video_track_indexes ⇒ Array<Integer>
The index numbers of the video tracks in your media file.
Instance Attribute Details
#audio_track_indexes ⇒ Array<Integer>
The index numbers of the audio tracks in your media file.
12977 12978 12979 12980 12981 12982 12983 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12977 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |
#data_track_indexes ⇒ Array<Integer>
The index numbers of the data tracks in your media file.
12977 12978 12979 12980 12981 12982 12983 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12977 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |
#video_track_indexes ⇒ Array<Integer>
The index numbers of the video tracks in your media file.
12977 12978 12979 12980 12981 12982 12983 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12977 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |