Amazon MediaLive · Schema

Eac3AtmosSettings

Eac3 Atmos Settings

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Bitrate object
CodingMode object
Dialnorm object
DrcLine object
DrcRf object
HeightTrim object
SurroundTrim object
View JSON Schema on GitHub

JSON Schema

medialive-api-eac3-atmos-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-eac3-atmos-settings-schema.json",
  "title": "Eac3AtmosSettings",
  "description": "Eac3 Atmos Settings",
  "type": "object",
  "properties": {
    "Bitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__double"
        },
        {
          "xml": {
            "name": "bitrate"
          },
          "description": "Average bitrate in bits/second. Valid bitrates depend on the coding mode.\n//  * @affectsRightSizing true"
        }
      ]
    },
    "CodingMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Eac3AtmosCodingMode"
        },
        {
          "xml": {
            "name": "codingMode"
          },
          "description": "Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels."
        }
      ]
    },
    "Dialnorm": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max31"
        },
        {
          "xml": {
            "name": "dialnorm"
          },
          "description": "Sets the dialnorm for the output. Default 23."
        }
      ]
    },
    "DrcLine": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Eac3AtmosDrcLine"
        },
        {
          "xml": {
            "name": "drcLine"
          },
          "description": "Sets the Dolby dynamic range compression profile."
        }
      ]
    },
    "DrcRf": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Eac3AtmosDrcRf"
        },
        {
          "xml": {
            "name": "drcRf"
          },
          "description": "Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels."
        }
      ]
    },
    "HeightTrim": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__double"
        },
        {
          "xml": {
            "name": "heightTrim"
          },
          "description": "Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels."
        }
      ]
    },
    "SurroundTrim": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__double"
        },
        {
          "xml": {
            "name": "surroundTrim"
          },
          "description": "Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels."
        }
      ]
    }
  }
}