Amazon MediaConvert · JSON Structure

Mediaconvert Api Audio Channel Tag Structure

You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AudioChannelTag 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-audio-channel-tag-structure.json",
  "name": "AudioChannelTag",
  "type": "string",
  "description": "You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).",
  "enum": [
    "L",
    "R",
    "C",
    "LFE",
    "LS",
    "RS",
    "LC",
    "RC",
    "CS",
    "LSD",
    "RSD",
    "TCS",
    "VHL",
    "VHC",
    "VHR"
  ]
}