Amazon MediaConvert · JSON Structure

Mediaconvert Api Aac Raw Format Structure

Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AacRawFormat 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-aac-raw-format-structure.json",
  "name": "AacRawFormat",
  "type": "string",
  "description": "Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose \"No container\" for the output container.",
  "enum": [
    "LATM_LOAS",
    "NONE"
  ]
}