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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Ord DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Read DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Show DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Generic DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Associated Types

type Rep DashIsoSegmentLengthControl :: Type -> Type #

NFData DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

Hashable DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToJSON DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToJSONKey DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

FromJSON DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

FromJSONKey DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToLog DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToHeader DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToQuery DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

FromXML DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToXML DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToByteString DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

FromText DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

ToText DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

type Rep DashIsoSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DashIsoSegmentLengthControl

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