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

Xavc4kIntraCbgProfileClass

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

Specify the XAVC Intra 4k (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 Xavc4kIntraCbgProfileClass =
| "CLASS_100"
| "CLASS_300"
| "CLASS_480"

§Type

§
"CLASS_100" | "CLASS_300" | "CLASS_480" | cmnP.UnexpectedEnumValue
[src]