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

DvbSubtitlingType

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

Specify whether your DVB subtitles are standard or for hearing impaired. Choose hearing impaired if your subtitles include audio descriptions and dialogue. Choose standard if your subtitles include only dialogue.

type DvbSubtitlingType = "HEARING_IMPAIRED" | "STANDARD" | cmnP.UnexpectedEnumValue;

§Type

§
"HEARING_IMPAIRED" | "STANDARD" | cmnP.UnexpectedEnumValue
[src]