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.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
Eq H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Ord H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Read H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Show 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 #

NFData H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

Methods

rnf :: H264InterlaceMode -> () #

Hashable 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

FromJSON H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

FromJSONKey H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToLog H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToHeader H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

ToQuery 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

ToByteString 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

type Rep H264InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H264InterlaceMode

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