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

Vp9RateControlMode

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

With the VP9 codec, you can use only the variable bitrate (VBR) rate control mode.

type Vp9RateControlMode = "VBR" | cmnP.UnexpectedEnumValue;