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

AacAudioDescriptionBroadcasterMix

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

Choose BROADCASTER_MIXED_AD when the input contains pre-mixed main audio + audio description (AD) as a stereo pair. The value for AudioType will be set to 3, which signals to downstream systems that this stream contains "broadcaster mixed AD". Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. When you choose BROADCASTER_MIXED_AD, the encoder ignores any values you provide in AudioType and FollowInputAudioType. Choose NORMAL when the input does not contain pre-mixed audio + audio description (AD). In this case, the encoder will use any values you provide for AudioType and FollowInputAudioType.

type AacAudioDescriptionBroadcasterMix = "BROADCASTER_MIXED_AD" | "NORMAL" | cmnP.UnexpectedEnumValue;

§Type

§
"BROADCASTER_MIXED_AD" | "NORMAL" | cmnP.UnexpectedEnumValue
[src]