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

LastFrameClippingBehavior

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

If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

type LastFrameClippingBehavior = "EXCLUDE_LAST_FRAME" | "INCLUDE_LAST_FRAME" | cmnP.UnexpectedEnumValue;

§Type

§
"EXCLUDE_LAST_FRAME" | "INCLUDE_LAST_FRAME" | cmnP.UnexpectedEnumValue
[src]