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

WebvttHlsSourceSettings

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

Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings.

interface WebvttHlsSourceSettings {
RenditionGroupId?: string | null;
RenditionLanguageCode?: LanguageCode | null;
RenditionName?: string | null;
}

§Properties

§
RenditionGroupId?: string | null
[src]

Optional. Specify alternative group ID

§
RenditionLanguageCode?: LanguageCode | null
[src]

Optional. Specify ISO 639-2 or ISO 639-3 code in the language property

§
RenditionName?: string | null
[src]

Optional. Specify media name