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

Description

 
Synopsis

Documentation

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

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Ord HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Read HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Show HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Generic HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Associated Types

type Rep HlsSegmentLengthControl :: Type -> Type #

NFData HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

Methods

rnf :: HlsSegmentLengthControl -> () #

Hashable HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToJSON HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToJSONKey HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

FromJSON HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

FromJSONKey HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToLog HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToHeader HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToQuery HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

FromXML HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToXML HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToByteString HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

FromText HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

ToText HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

type Rep HlsSegmentLengthControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HlsSegmentLengthControl

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