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.



12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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)


12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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.



12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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)


12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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)


12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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)


12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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.



12867
12868
12869
12870
12871
12872
12873
12874
12875
12876
12877
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12867

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