| 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.TtmlDestinationSettings
Description
Documentation
data TtmlDestinationSettings Source #
Settings related to TTML captions. TTML is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to TTML.
See: newTtmlDestinationSettings smart constructor.
Constructors
| TtmlDestinationSettings' | |
Fields
| |
Instances
newTtmlDestinationSettings :: TtmlDestinationSettings Source #
Create a value of TtmlDestinationSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stylePassthrough:TtmlDestinationSettings', ttmlDestinationSettings_stylePassthrough - Pass through style and position information from a TTML-like input
source (TTML, IMSC, SMPTE-TT) to the TTML output.
ttmlDestinationSettings_stylePassthrough :: Lens' TtmlDestinationSettings (Maybe TtmlStylePassthrough) Source #
Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.