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

NielsenActiveWatermarkProcessType

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

Choose the type of Nielsen watermarks that you want in your outputs. When you choose NAES 2 and NW (NAES2_AND_NW), you must provide a value for the setting SID (sourceId). When you choose CBET (CBET), you must provide a value for the setting CSID (cbetSourceId). When you choose NAES 2, NW, and CBET (NAES2_AND_NW_AND_CBET), you must provide values for both of these settings.

type NielsenActiveWatermarkProcessType =
| "NAES2_AND_NW"
| "CBET"
| "NAES2_AND_NW_AND_CBET"

§Type

§
"NAES2_AND_NW" | "CBET" | "NAES2_AND_NW_AND_CBET" | cmnP.UnexpectedEnumValue
[src]