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

NoiseFilterPostTemporalSharpeningStrength

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

Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.

type NoiseFilterPostTemporalSharpeningStrength =
| "LOW"
| "MEDIUM"
| "HIGH"

§Type

§
"LOW" | "MEDIUM" | "HIGH" | cmnP.UnexpectedEnumValue
[src]