Class: Aws::MediaConvert::Types::Container
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::Container
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Information about the container format of the media file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration ⇒ Float
The duration of the media file in seconds.
-
#format ⇒ String
The format of the container.
-
#tracks ⇒ Array<Types::Track>
List of Track objects.
Instance Attribute Details
#duration ⇒ Float
The duration of the media file in seconds.
2937 2938 2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2937 class Container < Struct.new( :duration, :format, :tracks) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the container
2937 2938 2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2937 class Container < Struct.new( :duration, :format, :tracks) SENSITIVE = [] include Aws::Structure end |
#tracks ⇒ Array<Types::Track>
List of Track objects.
2937 2938 2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 2937 class Container < Struct.new( :duration, :format, :tracks) SENSITIVE = [] include Aws::Structure end |