Class: Aws::MediaConvert::Types::F4vSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Settings for F4v container

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#moov_placementString

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.

Returns:

  • (String)


4834
4835
4836
4837
4838
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4834

class F4vSettings < Struct.new(
  :moov_placement)
  SENSITIVE = []
  include Aws::Structure
end