Amazon MediaConvert · JSON Structure

Mediaconvert Api Audio Normalization Algorithm Control Structure

When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-audio-normalization-algorithm-control-structure.json",
  "name": "AudioNormalizationAlgorithmControl",
  "type": "string",
  "description": "When enabled the output audio is corrected using the chosen algorithm. If disabled, the audio will be measured but not adjusted.",
  "enum": [
    "CORRECT_AUDIO",
    "MEASURE_ONLY"
  ]
}