Amazon MediaConvert · JSON Structure

Mediaconvert Api Eac3 Attenuation Control Structure

If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Eac3AttenuationControl 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-eac3-attenuation-control-structure.json",
  "name": "Eac3AttenuationControl",
  "type": "string",
  "description": "If set to ATTENUATE_3_DB, applies a 3 dB attenuation to the surround channels. Only used for 3/2 coding mode.",
  "enum": [
    "ATTENUATE_3_DB",
    "NONE"
  ]
}