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

AudioLanguageCodeControl

import type { AudioLanguageCodeControl } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Specify which source for language code takes precedence for this audio track. When you choose Follow input (FOLLOW_INPUT), the service uses the language code from the input track if it's present. If there's no languge code on the input track, the service uses the code that you specify in the setting Language code (languageCode or customLanguageCode). When you choose Use configured (USE_CONFIGURED), the service uses the language code that you specify.

type AudioLanguageCodeControl = "FOLLOW_INPUT" | "USE_CONFIGURED" | cmnP.UnexpectedEnumValue;

§Type

§
"FOLLOW_INPUT" | "USE_CONFIGURED" | cmnP.UnexpectedEnumValue
[src]