| 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.F4vSettings
Description
Synopsis
Documentation
data F4vSettings Source #
Settings for F4v container
See: newF4vSettings smart constructor.
Constructors
| F4vSettings' | |
Fields
| |
Instances
newF4vSettings :: F4vSettings Source #
Create a value of F4vSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:moovPlacement:F4vSettings', f4vSettings_moovPlacement - 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.
f4vSettings_moovPlacement :: Lens' F4vSettings (Maybe 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.