| 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.Mp4CslgAtom
Description
Synopsis
- newtype Mp4CslgAtom where
- Mp4CslgAtom' { }
- pattern Mp4CslgAtom_EXCLUDE :: Mp4CslgAtom
- pattern Mp4CslgAtom_INCLUDE :: Mp4CslgAtom
Documentation
newtype Mp4CslgAtom Source #
When enabled, file composition times will start at zero, composition times in the 'ctts' (composition time to sample) box for B-frames will be negative, and a 'cslg' (composition shift least greatest) box will be included per 14496-1 amendment 1. This improves compatibility with Apple players and tools.
Constructors
| Mp4CslgAtom' | |
Fields | |
Bundled Patterns
| pattern Mp4CslgAtom_EXCLUDE :: Mp4CslgAtom | |
| pattern Mp4CslgAtom_INCLUDE :: Mp4CslgAtom |