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

DvbSubSourceSettings

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

Dvb Sub Source Settings

interface DvbSubSourceSettings {
OcrLanguage?: DvbSubOcrLanguage | null;
Pid?: number | null;
}

§Properties

§
OcrLanguage?: DvbSubOcrLanguage | null
[src]

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

§
Pid?: number | null
[src]

When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.