Class: Aws::MediaConvert::Types::Track
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Track
- 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
-
#audio_properties ⇒ Types::AudioProperties
Details about the media file’s audio track.
-
#codec ⇒ String
The codec of the audio or video track, or caption format of the data track.
-
#data_properties ⇒ Types::DataProperties
Details about the media file’s data track.
-
#duration ⇒ Float
The duration of the track, in seconds.
-
#index ⇒ Integer
The unique index number of the track, starting at 1.
-
#track_type ⇒ String
The type of track: video, audio, or data.
-
#video_properties ⇒ Types::VideoProperties
Details about the media file’s video track.
Instance Attribute Details
#audio_properties ⇒ Types::AudioProperties
Details about the media file’s audio track.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
The codec of the audio or video track, or caption format of the data track.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#data_properties ⇒ Types::DataProperties
Details about the media file’s data track.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Float
The duration of the track, in seconds.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#index ⇒ Integer
The unique index number of the track, starting at 1.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#track_type ⇒ String
The type of track: video, audio, or data.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |
#video_properties ⇒ Types::VideoProperties
Details about the media file’s video track.
13115 13116 13117 13118 13119 13120 13121 13122 13123 13124 13125 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 13115 class Track < Struct.new( :audio_properties, :codec, :data_properties, :duration, :index, :track_type, :video_properties) SENSITIVE = [] include Aws::Structure end |