Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.MediaConvert.Types.M2tsDataPtsControl
Description
Synopsis
- newtype M2tsDataPtsControl where
Documentation
newtype M2tsDataPtsControl Source #
If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.
Constructors
M2tsDataPtsControl' | |
Fields |
Bundled Patterns
pattern M2tsDataPtsControl_ALIGN_TO_VIDEO :: M2tsDataPtsControl | |
pattern M2tsDataPtsControl_AUTO :: M2tsDataPtsControl |