You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing F4vSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  moov_placement: "PROGRESSIVE_DOWNLOAD", # accepts PROGRESSIVE_DOWNLOAD, NORMAL
}

Settings for F4v container

Returned by:

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.

Possible values:

  • PROGRESSIVE_DOWNLOAD
  • NORMAL

Returns:

  • (String)

    If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for progressive downloading.