libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.F4vSettings

Description

 
Synopsis

Documentation

data F4vSettings Source #

Settings for F4v container

See: newF4vSettings smart constructor.

Constructors

F4vSettings' 

Fields

  • moovPlacement :: Maybe F4vMoovPlacement

    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.

Instances

Instances details
Eq F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

Read F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

Show F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

Generic F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

Associated Types

type Rep F4vSettings :: Type -> Type #

NFData F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

Methods

rnf :: F4vSettings -> () #

Hashable F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

ToJSON F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

FromJSON F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

type Rep F4vSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.F4vSettings

type Rep F4vSettings = D1 ('MetaData "F4vSettings" "Amazonka.MediaConvert.Types.F4vSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "F4vSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "moovPlacement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe F4vMoovPlacement))))

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.