{ "$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." } ] } } }