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

Scte35InputMode

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

Whether the SCTE-35 input should be the active input or a fixed input.

type Scte35InputMode = "FIXED" | "FOLLOW_ACTIVE" | cmnP.UnexpectedEnumValue;

§Type

§
"FIXED" | "FOLLOW_ACTIVE" | cmnP.UnexpectedEnumValue
[src]