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

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

Instance Attribute Details

#audio_track_indexesArray<Integer>

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

Returns:

  • (Array<Integer>)


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

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

Returns:

  • (Array<Integer>)


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

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

Returns:

  • (Array<Integer>)


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