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

M2tsForceTsVideoEbpOrder

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

Keep the default value (DEFAULT) unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force (FORCE).

type M2tsForceTsVideoEbpOrder = "FORCE" | "DEFAULT" | cmnP.UnexpectedEnumValue;

§Type

§
"FORCE" | "DEFAULT" | cmnP.UnexpectedEnumValue
[src]