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 |
Synopsis
- newtype M3u8DataPtsControl where
Documentation
newtype M3u8DataPtsControl 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.
pattern M3u8DataPtsControl_ALIGN_TO_VIDEO :: M3u8DataPtsControl | |
pattern M3u8DataPtsControl_AUTO :: M3u8DataPtsControl |