Amazon MediaLive · Schema

AudioDolbyEDecode

Audio Dolby EDecode

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ProgramSelection object
View JSON Schema on GitHub

JSON Schema

medialive-api-audio-dolby-e-decode-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-audio-dolby-e-decode-schema.json",
  "title": "AudioDolbyEDecode",
  "description": "Audio Dolby EDecode",
  "type": "object",
  "properties": {
    "ProgramSelection": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DolbyEProgramSelection"
        },
        {
          "xml": {
            "name": "programSelection"
          },
          "description": "Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. \u201cAll channels\u201d means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect."
        }
      ]
    }
  },
  "required": [
    "ProgramSelection"
  ]
}