Amazon MediaLive · JSON Structure

Medialive Api Video Selector Color Space Settings Structure

Video Selector Color Space Settings

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

VideoSelectorColorSpaceSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Hdr10Settings

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-video-selector-color-space-settings-structure.json",
  "name": "VideoSelectorColorSpaceSettings",
  "type": "object",
  "description": "Video Selector Color Space Settings",
  "properties": {
    "Hdr10Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Hdr10Settings"
        },
        {
          "xml": {
            "name": "hdr10Settings"
          }
        }
      ]
    }
  }
}