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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Ord XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Read XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Show XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Generic XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Associated Types

type Rep XavcInterlaceMode :: Type -> Type #

NFData XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

Methods

rnf :: XavcInterlaceMode -> () #

Hashable XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToJSON XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToJSONKey XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

FromJSON XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

FromJSONKey XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToLog XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToHeader XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToQuery XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

FromXML XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToXML XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToByteString XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

FromText XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

ToText XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

type Rep XavcInterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcInterlaceMode

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