amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.H264InterlaceMode

Description

 
Synopsis

Documentation

newtype H264InterlaceMode Source #

Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.

Instances

Instances details
FromJSON H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

FromJSONKey H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToJSON H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToJSONKey H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToByteString H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToHeader H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToLog H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToQuery H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

FromText H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToText H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

FromXML H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToXML H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Generic H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Associated Types

type Rep H264InterlaceMode :: Type -> Type #

Read H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Show H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

NFData H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Methods

rnf :: H264InterlaceMode -> () #

Eq H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Ord H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Hashable H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

type Rep H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

type Rep H264InterlaceMode = D1 ('MetaData "H264InterlaceMode" "Amazonka.MediaConvert.Types.H264InterlaceMode" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "H264InterlaceMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromH264InterlaceMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))