Ac3CodingMode

Dolby Digital coding mode. Determines number of channels.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-ac3-coding-mode-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-ac3-coding-mode-schema.json",
  "title": "Ac3CodingMode",
  "description": "Dolby Digital coding mode. Determines number of channels.",
  "type": "string",
  "enum": [
    "CODING_MODE_1_0",
    "CODING_MODE_1_1",
    "CODING_MODE_2_0",
    "CODING_MODE_3_2_LFE"
  ]
}