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

AudioLanguageSelection

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

Audio Language Selection

interface AudioLanguageSelection {
LanguageCode: string;
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | null;
}

§Properties

§
LanguageCode: string
[src]

Selects a specific three-letter language code from within an audio source.

§
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | null
[src]

When set to "strict", the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present then mute will be encoded until the language returns. If "loose", then on a PMT update the demux will choose another audio stream in the program with the same stream type if it can't find one with the same language.