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

AvcIntraClass

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

Specify the AVC-Intra class of your output. The AVC-Intra class selection determines the output video bit rate depending on the frame rate of the output. Outputs with higher class values have higher bitrates and improved image quality. Note that for Class 4K/2K, MediaConvert supports only 4:2:2 chroma subsampling.

type AvcIntraClass =
| "CLASS_50"
| "CLASS_100"
| "CLASS_200"
| "CLASS_4K_2K"

§Type

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