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

Mp3RateControlMode

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

Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).

type Mp3RateControlMode = "CBR" | "VBR" | cmnP.UnexpectedEnumValue;