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

Mpeg2Syntax

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

Specify whether this output's video uses the D10 syntax. Keep the default value to not use the syntax. Related settings: When you choose D10 (D_10) for your MXF profile (profile), you must also set this value to D10 (D_10).

type Mpeg2Syntax = "DEFAULT" | "D_10" | cmnP.UnexpectedEnumValue;

§Type

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