Class: Aws::MediaConvert::Types::Track
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Track
- 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
-
#audio_properties ⇒ Types::AudioProperties
Properties specific to audio tracks.
-
#codec ⇒ String
The codec used for the track.
-
#data_properties ⇒ Types::DataProperties
Properties specific to data tracks.
-
#duration ⇒ Float
The duration of the track in seconds.
-
#index ⇒ Integer
The index of the track.
-
#track_type ⇒ String
The type of the track (video, audio, or data).
-
#video_properties ⇒ Types::VideoProperties
Properties specific to video tracks.
Instance Attribute Details
#audio_properties ⇒ Types::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 |
#codec ⇒ String
The codec used for the track.
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_properties ⇒ Types::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 |
#duration ⇒ Float
The duration of the track in seconds.
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 |
#index ⇒ Integer
The index of the track.
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_type ⇒ String
The type of the track (video, audio, or data).
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_properties ⇒ Types::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 |