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

CmafInitializationVectorInManifest

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

When you use DRM with CMAF outputs, choose whether the service writes the 128-bit encryption initialization vector in the HLS and DASH manifests.

type CmafInitializationVectorInManifest = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]