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.M2tsEbpPlacement
Description
Synopsis
- newtype M2tsEbpPlacement where
Documentation
newtype M2tsEbpPlacement Source #
Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).
Constructors
M2tsEbpPlacement' | |
Fields |
Bundled Patterns
pattern M2tsEbpPlacement_VIDEO_AND_AUDIO_PIDS :: M2tsEbpPlacement | |
pattern M2tsEbpPlacement_VIDEO_PID :: M2tsEbpPlacement |