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>)


12954
12955
12956
12957
12958
12959
12960
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12954

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>)


12954
12955
12956
12957
12958
12959
12960
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12954

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>)


12954
12955
12956
12957
12958
12959
12960
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12954

class TrackMapping < Struct.new(
  :audio_track_indexes,
  :data_track_indexes,
  :video_track_indexes)
  SENSITIVE = []
  include Aws::Structure
end