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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Ord H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Read H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Show H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Generic H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Associated Types

type Rep H265InterlaceMode :: Type -> Type #

NFData H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

Methods

rnf :: H265InterlaceMode -> () #

Hashable H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToJSON H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToJSONKey H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

FromJSON H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

FromJSONKey H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToLog H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToHeader H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToQuery H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

FromXML H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToXML H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToByteString H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

FromText H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

ToText H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

type Rep H265InterlaceMode Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265InterlaceMode

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