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

AacVbrQuality

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

VBR Quality Level - Only used if rate_control_mode is VBR.

type AacVbrQuality =
| "LOW"
| "MEDIUM_LOW"
| "MEDIUM_HIGH"
| "HIGH"

§Type

§
"LOW" | "MEDIUM_LOW" | "MEDIUM_HIGH" | "HIGH" | cmnP.UnexpectedEnumValue
[src]