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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#audio_track_indexesArray<Integer>

The index numbers of the audio tracks in your media file.

Returns:

  • (Array<Integer>)


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

The index numbers of the data tracks in your media file.

Returns:

  • (Array<Integer>)


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

The index numbers of the video tracks in your media file.

Returns:

  • (Array<Integer>)


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