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

XavcEntropyEncoding

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

Optional. Choose a specific entropy encoding mode only when you want to override XAVC recommendations. If you choose the value auto, MediaConvert uses the mode that the XAVC file format specifies given this output's operating point.

type XavcEntropyEncoding =
| "AUTO"
| "CABAC"
| "CAVLC"

§Type

§
"AUTO" | "CABAC" | "CAVLC" | cmnP.UnexpectedEnumValue
[src]