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

H265RateControlMode

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

Use this setting to specify whether this output has a variable bitrate (VBR), constant bitrate (CBR) or quality-defined variable bitrate (QVBR).

type H265RateControlMode =
| "VBR"
| "CBR"
| "QVBR"

§Type

§
"VBR" | "CBR" | "QVBR" | cmnP.UnexpectedEnumValue
[src]