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

H264Profile

import type { H264Profile } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

H264 Profile

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

§Type

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