Eac3PhaseControl

Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-eac3-phase-control-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-eac3-phase-control-schema.json",
  "title": "Eac3PhaseControl",
  "description": "Controls the amount of phase-shift applied to the surround channels. Only used for 3/2 coding mode.",
  "type": "string",
  "enum": [
    "SHIFT_90_DEGREES",
    "NO_SHIFT"
  ]
}