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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

FromJSONKey AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToJSON AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToJSONKey AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToByteString AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToHeader AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToLog AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToQuery AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

FromText AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToText AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

FromXML AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

ToXML AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Generic AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Associated Types

type Rep AvcIntraInterlaceMode :: Type -> Type #

Read AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Show AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

NFData AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Methods

rnf :: AvcIntraInterlaceMode -> () #

Eq AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Ord AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

Hashable AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

type Rep AvcIntraInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AvcIntraInterlaceMode

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