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.M2tsForceTsVideoEbpOrder
Description
Synopsis
Documentation
newtype M2tsForceTsVideoEbpOrder Source #
Keep the default value (DEFAULT) unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force (FORCE).
Constructors
M2tsForceTsVideoEbpOrder' | |
Fields |
Bundled Patterns
pattern M2tsForceTsVideoEbpOrder_DEFAULT :: M2tsForceTsVideoEbpOrder | |
pattern M2tsForceTsVideoEbpOrder_FORCE :: M2tsForceTsVideoEbpOrder |