Amazon MediaConvert · JSON Structure

Mediaconvert Api Watermarking Strength Structure

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: string Properties: 0
BroadcastingMedia ProcessingMedia

WatermarkingStrength is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-watermarking-strength-structure.json",
  "name": "WatermarkingStrength",
  "type": "string",
  "description": "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.",
  "enum": [
    "LIGHTEST",
    "LIGHTER",
    "DEFAULT",
    "STRONGER",
    "STRONGEST"
  ]
}