Amazon MediaLive · Schema

SmoothGroupSegmentationMode

Smooth Group Segmentation Mode

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-smooth-group-segmentation-mode-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-smooth-group-segmentation-mode-schema.json",
  "title": "SmoothGroupSegmentationMode",
  "description": "Smooth Group Segmentation Mode",
  "type": "string",
  "enum": [
    "USE_INPUT_SEGMENTATION",
    "USE_SEGMENT_DURATION"
  ]
}