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

InputCodec

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

codec in increasing order of complexity

type InputCodec =
| "MPEG2"
| "AVC"
| "HEVC"

§Type

§
"MPEG2" | "AVC" | "HEVC" | cmnP.UnexpectedEnumValue
[src]