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)


5283
5284
5285
5286
5287
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 5283

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