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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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)


4766
4767
4768
4769
4770
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4766

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