Class: Aws::MediaConvert::Types::Track

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

Overview

The track information such as codec, duration, etc.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_propertiesTypes::AudioProperties

Properties specific to audio tracks.



12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#codecString

The codec used for the track.

Returns:

  • (String)


12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#data_propertiesTypes::DataProperties

Properties specific to data tracks.



12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#durationFloat

The duration of the track in seconds.

Returns:

  • (Float)


12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#indexInteger

The index of the track.

Returns:

  • (Integer)


12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#track_typeString

The type of the track (video, audio, or data).

Returns:

  • (String)


12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end

#video_propertiesTypes::VideoProperties

Properties specific to video tracks.



12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12926

class Track < Struct.new(
  :audio_properties,
  :codec,
  :data_properties,
  :duration,
  :index,
  :track_type,
  :video_properties)
  SENSITIVE = []
  include Aws::Structure
end