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

H264RepeatPps

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

Places a PPS header on each encoded picture, even if repeated.

type H264RepeatPps = "DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"DISABLED" | "ENABLED" | cmnP.UnexpectedEnumValue
[src]