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.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
Eq MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Ord MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Read MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Show 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 #

NFData MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

Hashable 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

FromJSON MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

FromJSONKey MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToLog MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToHeader MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

ToQuery 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

ToByteString 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

type Rep MsSmoothFragmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothFragmentLengthControl

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