Amazon MediaConvert · JSON Structure

Mediaconvert Api Eac3 Surround Mode Structure

When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Eac3SurroundMode 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-surround-mode-structure.json",
  "name": "Eac3SurroundMode",
  "type": "string",
  "description": "When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into the two channels.",
  "enum": [
    "NOT_INDICATED",
    "ENABLED",
    "DISABLED"
  ]
}