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

H264CodecProfile

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

H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.

type H264CodecProfile =
| "BASELINE"
| "HIGH"
| "HIGH_10BIT"
| "HIGH_422"
| "HIGH_422_10BIT"
| "MAIN"

§Type

§
"BASELINE" | "HIGH" | "HIGH_10BIT" | "HIGH_422" | "HIGH_422_10BIT" | "MAIN" | cmnP.UnexpectedEnumValue
[src]