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

EmbeddedTerminateCaptions

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

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

type EmbeddedTerminateCaptions = "END_OF_INPUT" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

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