Class: Aws::MediaConvert::Types::TrackMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::TrackMapping
- Defined in:
- gems/aws-sdk-mediaconvert/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.
13382 13383 13384 13385 13386 13387 13388 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 13382 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.
13382 13383 13384 13385 13386 13387 13388 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 13382 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.
13382 13383 13384 13385 13386 13387 13388 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 13382 class TrackMapping < Struct.new( :audio_track_indexes, :data_track_indexes, :video_track_indexes) SENSITIVE = [] include Aws::Structure end |