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.
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 |
#codec ⇒ String
The codec of the audio or video track, or caption format of the 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 |
#data_properties ⇒ Types::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 |
#duration ⇒ Float
The duration of the track, in seconds.
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 |
#index ⇒ Integer
The unique index number of the track, starting at 1.
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_type ⇒ String
The type of track: video, audio, or data.
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_properties ⇒ Types::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 |