Amazon MediaConvert · JSON Structure

Mediaconvert Api Audio Selector Group Structure

Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

AudioSelectorGroup is a JSON Structure definition published by Amazon MediaConvert, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AudioSelectorNames

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-audio-selector-group-structure.json",
  "name": "AudioSelectorGroup",
  "type": "object",
  "description": "Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.",
  "properties": {
    "AudioSelectorNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__stringMin1"
        },
        {
          "xml": {
            "name": "audioSelectorNames"
          },
          "description": "Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., \"Audio Selector 1\"). The audio selector name parameter can be repeated to add any number of audio selectors to the group."
        }
      ]
    }
  }
}