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

AudioDefaultSelection

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

Enable this setting on one audio selector to set it as the default for the job. The service uses this default for outputs where it can't find the specified input audio. If you don't set a default, those outputs have no audio.

type AudioDefaultSelection = "DEFAULT" | "NOT_DEFAULT" | cmnP.UnexpectedEnumValue;

§Type

§
"DEFAULT" | "NOT_DEFAULT" | cmnP.UnexpectedEnumValue
[src]