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

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.

Returns:

  • (String)


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