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

AacCodecProfile

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

AAC Profile.

type AacCodecProfile =
| "LC"
| "HEV1"
| "HEV2"

§Type

§
"LC" | "HEV1" | "HEV2" | cmnP.UnexpectedEnumValue
[src]