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

MpdScte35Source

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

Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.

type MpdScte35Source = "PASSTHROUGH" | "NONE" | cmnP.UnexpectedEnumValue;

§Type

§
"PASSTHROUGH" | "NONE" | cmnP.UnexpectedEnumValue
[src]