amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Description

 
Synopsis

Documentation

newtype MsSmoothFragmentLengthControl Source #

Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). 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
FromJSON MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

FromJSONKey MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToJSON MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToJSONKey MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToByteString MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToHeader MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToLog MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToQuery MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

FromText MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToText MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

FromXML MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToXML MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Generic MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Associated Types

type Rep MsSmoothFragmentLengthControl :: Type -> Type #

Read MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Show MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

NFData MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Eq MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Ord MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Hashable MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

type Rep MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

type Rep MsSmoothFragmentLengthControl = D1 ('MetaData "MsSmoothFragmentLengthControl" "Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "MsSmoothFragmentLengthControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMsSmoothFragmentLengthControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))