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

Mpeg2RateControlMode

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

Use Rate control mode (Mpeg2RateControlMode) to specify whether the bitrate is variable (vbr) or constant (cbr).

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