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

M2tsEsRateInPes

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

Controls whether to include the ES Rate field in the PES header.

type M2tsEsRateInPes = "INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue;

§Type

§
"INCLUDE" | "EXCLUDE" | cmnP.UnexpectedEnumValue
[src]