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

WebvttDestinationSettings

import type { WebvttDestinationSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Webvtt Destination Settings

interface WebvttDestinationSettings {
StyleControl?: WebvttDestinationStyleControl | null;
}

§Properties

§

Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information.