Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TtmlDestinationSettings

import type { TtmlDestinationSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

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.

interface TtmlDestinationSettings {
StylePassthrough?: TtmlStylePassthrough | null;
}

§Properties

§
StylePassthrough?: TtmlStylePassthrough | null
[src]

Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.