TranscodePreset

TranscodePreset schema

Live StreamingMediaVideoReal-Time
View JSON Schema on GitHub

JSON Schema

ivs-transcode-preset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-transcode-preset-schema.json",
  "title": "TranscodePreset",
  "description": "TranscodePreset schema",
  "type": "string",
  "enum": [
    "HIGHER_BANDWIDTH_DELIVERY",
    "CONSTRAINED_BANDWIDTH_DELIVERY"
  ]
}