Amazon MediaLive · JSON Structure

Medialive Api H265 Color Space Settings Structure

H265 Color Space Settings

Type: object Properties: 5
BroadcastingMedia ProcessingMedia

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

Properties

ColorSpacePassthroughSettings DolbyVision81Settings Hdr10Settings Rec601Settings Rec709Settings

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-h265-color-space-settings-structure.json",
  "name": "H265ColorSpaceSettings",
  "type": "object",
  "description": "H265 Color Space Settings",
  "properties": {
    "ColorSpacePassthroughSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColorSpacePassthroughSettings"
        },
        {
          "xml": {
            "name": "colorSpacePassthroughSettings"
          }
        }
      ]
    },
    "DolbyVision81Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DolbyVision81Settings"
        },
        {
          "xml": {
            "name": "dolbyVision81Settings"
          }
        }
      ]
    },
    "Hdr10Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Hdr10Settings"
        },
        {
          "xml": {
            "name": "hdr10Settings"
          }
        }
      ]
    },
    "Rec601Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Rec601Settings"
        },
        {
          "xml": {
            "name": "rec601Settings"
          }
        }
      ]
    },
    "Rec709Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Rec709Settings"
        },
        {
          "xml": {
            "name": "rec709Settings"
          }
        }
      ]
    }
  }
}