Class: Aws::MediaConvert::Types::F4vSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::F4vSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Settings for F4v container
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#moov_placement ⇒ String
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading.
Instance Attribute Details
#moov_placement ⇒ String
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading. Otherwise it is placed normally at the end.
4700 4701 4702 4703 4704 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4700 class F4vSettings < Struct.new( :moov_placement) SENSITIVE = [] include Aws::Structure end |