Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Audio Buffer Model Structure

Selects between the DVB and ATSC buffer models for Dolby Digital audio.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

M2tsAudioBufferModel 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-m2ts-audio-buffer-model-structure.json",
  "name": "M2tsAudioBufferModel",
  "type": "string",
  "description": "Selects between the DVB and ATSC buffer models for Dolby Digital audio.",
  "enum": [
    "DVB",
    "ATSC"
  ]
}