Amazon MediaConvert · JSON Structure

Mediaconvert Api Output Channel Mapping Structure

OutputChannel mapping settings.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

InputChannels InputChannelsFineTune

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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-output-channel-mapping-structure.json",
  "name": "OutputChannelMapping",
  "type": "object",
  "description": "OutputChannel mapping settings.",
  "properties": {
    "InputChannels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__integerMinNegative60Max6"
        },
        {
          "xml": {
            "name": "inputChannels"
          },
          "description": "Use this setting to specify your remix values when they are integers, such as -10, 0, or 4."
        }
      ]
    },
    "InputChannelsFineTune": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__doubleMinNegative60Max6"
        },
        {
          "xml": {
            "name": "inputChannelsFineTune"
          },
          "description": "Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth."
        }
      ]
    }
  }
}