Amazon MediaLive · Schema

SmoothGroupTimestampOffsetMode

Smooth Group Timestamp Offset Mode

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-smooth-group-timestamp-offset-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-timestamp-offset-mode-schema.json",
  "title": "SmoothGroupTimestampOffsetMode",
  "description": "Smooth Group Timestamp Offset Mode",
  "type": "string",
  "enum": [
    "USE_CONFIGURED_OFFSET",
    "USE_EVENT_START_DATE"
  ]
}