CmafStreamInfResolution

Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-cmaf-stream-inf-resolution-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-cmaf-stream-inf-resolution-schema.json",
  "title": "CmafStreamInfResolution",
  "description": "Include or exclude RESOLUTION attribute for video in EXT-X-STREAM-INF tag of variant manifest.",
  "type": "string",
  "enum": [
    "INCLUDE",
    "EXCLUDE"
  ]
}