Class: Aws::MediaConvert::Types::TrackMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Track mapping information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_track_indexesArray<Integer>

The indexes of the audio tracks.

Returns:

  • (Array<Integer>)


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_indexesArray<Integer>

The indexes of the data tracks.

Returns:

  • (Array<Integer>)


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_indexesArray<Integer>

The indexes of the video tracks.

Returns:

  • (Array<Integer>)


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