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
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.
Instance Attribute Details
#moov_placement ⇒ String
To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download. To place the MOOV at the end of your output: Choose Normal.
4931 4932 4933 4934 4935 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4931 class F4vSettings < Struct.new( :moov_placement) SENSITIVE = [] include Aws::Structure end |