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

Description

 
Synopsis

Documentation

newtype CmafSegmentLengthControl Source #

Specify how you want MediaConvert to determine the segment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Segment length (SegmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

Instances

Instances details
Eq CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Ord CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Read CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Show CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Generic CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Associated Types

type Rep CmafSegmentLengthControl :: Type -> Type #

NFData CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

Hashable CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToJSON CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToJSONKey CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

FromJSON CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

FromJSONKey CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToLog CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToHeader CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToQuery CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

FromXML CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToXML CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToByteString CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

FromText CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

ToText CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

type Rep CmafSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafSegmentLengthControl

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