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

M2tsRateMode

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

When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.

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