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

CaptionSelector

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

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

interface CaptionSelector {
LanguageCode?: string | null;
Name: string;
SelectorSettings?: CaptionSelectorSettings | null;
}

§Properties

§
LanguageCode?: string | null
[src]

When specified this field indicates the three letter language code of the caption track to extract from the source.

§
Name: string
[src]

Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.

§
SelectorSettings?: CaptionSelectorSettings | null
[src]

Caption selector settings.