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

Mpeg2TimecodeInsertionBehavior

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

Mpeg2 Timecode Insertion Behavior

type Mpeg2TimecodeInsertionBehavior = "DISABLED" | "GOP_TIMECODE" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "GOP_TIMECODE" | cmnP.UnexpectedEnumValue
[src]