Amazon MediaLive · Schema

TemporalFilterStrength

Temporal Filter Strength

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-temporal-filter-strength-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-temporal-filter-strength-schema.json",
  "title": "TemporalFilterStrength",
  "description": "Temporal Filter Strength",
  "type": "string",
  "enum": [
    "AUTO",
    "STRENGTH_1",
    "STRENGTH_2",
    "STRENGTH_3",
    "STRENGTH_4",
    "STRENGTH_5",
    "STRENGTH_6",
    "STRENGTH_7",
    "STRENGTH_8",
    "STRENGTH_9",
    "STRENGTH_10",
    "STRENGTH_11",
    "STRENGTH_12",
    "STRENGTH_13",
    "STRENGTH_14",
    "STRENGTH_15",
    "STRENGTH_16"
  ]
}