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

WatermarkingStrength

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

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

type WatermarkingStrength =
| "LIGHTEST"
| "LIGHTER"
| "DEFAULT"
| "STRONGER"
| "STRONGEST"

§Type

§
"LIGHTEST" | "LIGHTER" | "DEFAULT" | "STRONGER" | "STRONGEST" | cmnP.UnexpectedEnumValue
[src]