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

M3u8PcrControl

import type { M3u8PcrControl } 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 parameter is effective only when the PCR PID is the same as the video or audio elementary stream.

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

§Type

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