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.Mpeg2InterlaceMode

Description

 
Synopsis

Documentation

newtype Mpeg2InterlaceMode 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 Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Ord Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Read Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Show Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Generic Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Associated Types

type Rep Mpeg2InterlaceMode :: Type -> Type #

NFData Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

Methods

rnf :: Mpeg2InterlaceMode -> () #

Hashable Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToJSON Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToJSONKey Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

FromJSON Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

FromJSONKey Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToLog Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToHeader Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToQuery Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

FromXML Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToXML Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToByteString Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

FromText Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

ToText Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

type Rep Mpeg2InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Mpeg2InterlaceMode

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