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

AacRawFormat

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

Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.

type AacRawFormat = "LATM_LOAS" | "NONE" | cmnP.UnexpectedEnumValue;

§Type

§
"LATM_LOAS" | "NONE" | cmnP.UnexpectedEnumValue
[src]