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

InputPsiControl

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

Set PSI control (InputPsiControl) for transport stream inputs to specify which data the demux process to scans. * Ignore PSI - Scan all PIDs for audio and video. * Use PSI - Scan only PSI data.

type InputPsiControl = "IGNORE_PSI" | "USE_PSI" | cmnP.UnexpectedEnumValue;

§Type

§
"IGNORE_PSI" | "USE_PSI" | cmnP.UnexpectedEnumValue
[src]