| 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.MpdCaptionContainerType
Description
Synopsis
Documentation
newtype MpdCaptionContainerType Source #
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and audio fragmented MP4 files.
Constructors
| MpdCaptionContainerType' | |
Fields | |
Bundled Patterns
| pattern MpdCaptionContainerType_FRAGMENTED_MP4 :: MpdCaptionContainerType | |
| pattern MpdCaptionContainerType_RAW :: MpdCaptionContainerType |