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.HlsProgramDateTime
Description
Synopsis
- newtype HlsProgramDateTime where
Documentation
newtype HlsProgramDateTime Source #
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestamp_offset.
Constructors
HlsProgramDateTime' | |
Fields |
Bundled Patterns
pattern HlsProgramDateTime_EXCLUDE :: HlsProgramDateTime | |
pattern HlsProgramDateTime_INCLUDE :: HlsProgramDateTime |