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

CaptionSelectorSettings

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

Caption Selector Settings

interface CaptionSelectorSettings {
AncillarySourceSettings?: AncillarySourceSettings | null;
AribSourceSettings?: AribSourceSettings | null;
DvbSubSourceSettings?: DvbSubSourceSettings | null;
EmbeddedSourceSettings?: EmbeddedSourceSettings | null;
Scte20SourceSettings?: Scte20SourceSettings | null;
Scte27SourceSettings?: Scte27SourceSettings | null;
TeletextSourceSettings?: TeletextSourceSettings | null;
}

§Properties

§
AncillarySourceSettings?: AncillarySourceSettings | null
[src]
§
AribSourceSettings?: AribSourceSettings | null
[src]
§
DvbSubSourceSettings?: DvbSubSourceSettings | null
[src]
§
EmbeddedSourceSettings?: EmbeddedSourceSettings | null
[src]
§
Scte20SourceSettings?: Scte20SourceSettings | null
[src]
§
Scte27SourceSettings?: Scte27SourceSettings | null
[src]
§
TeletextSourceSettings?: TeletextSourceSettings | null
[src]