Amazon MediaLive · JSON Structure

Medialive Api H264 Color Space Settings Structure

H264 Color Space Settings

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

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