Amazon MediaLive · JSON Structure

Medialive Api Audio Channel Mapping Structure

Audio Channel Mapping

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

AudioChannelMapping is a JSON Structure definition published by Amazon MediaLive, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

InputChannelLevels OutputChannel

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-audio-channel-mapping-structure.json",
  "name": "AudioChannelMapping",
  "type": "object",
  "description": "Audio Channel Mapping",
  "properties": {
    "InputChannelLevels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfInputChannelLevel"
        },
        {
          "xml": {
            "name": "inputChannelLevels"
          },
          "description": "Indices and gain values for each input channel that should be remixed into this output channel."
        }
      ]
    },
    "OutputChannel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max7"
        },
        {
          "xml": {
            "name": "outputChannel"
          },
          "description": "The index of the output channel being produced."
        }
      ]
    }
  },
  "required": [
    "OutputChannel",
    "InputChannelLevels"
  ]
}