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

XavcHdIntraCbgProfileClass

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

Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

type XavcHdIntraCbgProfileClass =
| "CLASS_50"
| "CLASS_100"
| "CLASS_200"

§Type

§
"CLASS_50" | "CLASS_100" | "CLASS_200" | cmnP.UnexpectedEnumValue
[src]