Amazon MediaConvert · JSON Structure

Mediaconvert Api Mp3 Rate Control Mode Structure

Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Mp3RateControlMode 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-mp3-rate-control-mode-structure.json",
  "name": "Mp3RateControlMode",
  "type": "string",
  "description": "Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).",
  "enum": [
    "CBR",
    "VBR"
  ]
}