Amazon MediaLive · Schema

VideoSelectorColorSpaceSettings

Video Selector Color Space Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Hdr10Settings object
View JSON Schema on GitHub

JSON Schema

medialive-api-video-selector-color-space-settings-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-video-selector-color-space-settings-schema.json",
  "title": "VideoSelectorColorSpaceSettings",
  "description": "Video Selector Color Space Settings",
  "type": "object",
  "properties": {
    "Hdr10Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Hdr10Settings"
        },
        {
          "xml": {
            "name": "hdr10Settings"
          }
        }
      ]
    }
  }
}