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

AacSpecification

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

Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

type AacSpecification = "MPEG2" | "MPEG4" | cmnP.UnexpectedEnumValue;

§Type