Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
Constructors
CmafSegmentLengthControl' | |
Fields |
Bundled Patterns
pattern CmafSegmentLengthControl_EXACT :: CmafSegmentLengthControl | |
pattern CmafSegmentLengthControl_GOP_MULTIPLE :: CmafSegmentLengthControl |