| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.F4vMoovPlacement
Description
Synopsis
- newtype F4vMoovPlacement where
Documentation
newtype F4vMoovPlacement Source #
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.
Constructors
| F4vMoovPlacement' | |
Fields | |
Bundled Patterns
| pattern F4vMoovPlacement_NORMAL :: F4vMoovPlacement | |
| pattern F4vMoovPlacement_PROGRESSIVE_DOWNLOAD :: F4vMoovPlacement |