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

M2tsPcrControl

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

When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.

type M2tsPcrControl = "PCR_EVERY_PES_PACKET" | "CONFIGURED_PCR_PERIOD" | cmnP.UnexpectedEnumValue;

§Type

§
"PCR_EVERY_PES_PACKET" | "CONFIGURED_PCR_PERIOD" | cmnP.UnexpectedEnumValue
[src]