Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data F4vSettings Source #
Settings for F4v container
See: newF4vSettings
smart constructor.
F4vSettings' | |
|
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.