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

CaptionLanguageMapping

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

Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

interface CaptionLanguageMapping {
CaptionChannel: number;
LanguageCode: string;
LanguageDescription: string;
}

§Properties

§
CaptionChannel: number
[src]

The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)

§
LanguageCode: string
[src]

Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)

§
LanguageDescription: string
[src]

Textual description of language