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

CmafCodecSpecification

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

Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.

type CmafCodecSpecification = "RFC_6381" | "RFC_4281" | cmnP.UnexpectedEnumValue;

§Type

§
"RFC_6381" | "RFC_4281" | cmnP.UnexpectedEnumValue
[src]