class Aws::MediaConvert::Types::Track


@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Track AWS API Documentation
@return [Types::VideoProperties]
Details about the media file’s video track.
@!attribute [rw] video_properties
@return [String]
The type of track: video, audio, or data.
@!attribute [rw] track_type
@return [Integer]
The unique index number of the track, starting at 1.
@!attribute [rw] index
@return [Float]
The duration of the track, in seconds.
@!attribute [rw] duration
@return [Types::DataProperties]
Details about the media file’s data track.
@!attribute [rw] data_properties
@return [String]
track.
The codec of the audio or video track, or caption format of the data
@!attribute [rw] codec
@return [Types::AudioProperties]
Details about the media file’s audio track.
@!attribute [rw] audio_properties
Details about each track (video, audio, or data) in the media file.