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

AudioTypeControl

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

When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the output. If the input contains no ISO 639 audio_type, the value in Audio Type is included in the output. Otherwise the value in Audio Type is included in the output. Note that this field and audioType are both ignored if audioDescriptionBroadcasterMix is set to BROADCASTER_MIXED_AD.

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

§Type

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