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

CmfcScte35Esam

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

Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

type CmfcScte35Esam = "INSERT" | "NONE" | cmnP.UnexpectedEnumValue;

§Type