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

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

Overview

Details about each track (video, audio, or data) in the media file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_propertiesTypes::AudioProperties

Details about the media file’s audio track.



12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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

#codecString

The codec of the audio or video track, or caption format of the data track.

Returns:

  • (String)


12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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

#data_propertiesTypes::DataProperties

Details about the media file’s data track.



12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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)


12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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

#indexInteger

The unique index number of the track, starting at 1.

Returns:

  • (Integer)


12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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 track: video, audio, or data.

Returns:

  • (String)


12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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

#video_propertiesTypes::VideoProperties

Details about the media file’s video track.



12949
12950
12951
12952
12953
12954
12955
12956
12957
12958
12959
# File 'lib/aws-sdk-mediaconvert/types.rb', line 12949

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