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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Ord ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Read ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Show ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Generic ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Associated Types

type Rep ProresInterlaceMode :: Type -> Type #

NFData ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

Methods

rnf :: ProresInterlaceMode -> () #

Hashable ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToJSON ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToJSONKey ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

FromJSON ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

FromJSONKey ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToLog ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToHeader ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToQuery ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

FromXML ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToXML ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToByteString ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

FromText ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

ToText ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

type Rep ProresInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ProresInterlaceMode

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