Amazon MediaLive · JSON Structure

Medialive Api Audio Track Structure

Audio Track

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

AudioTrack is a JSON Structure definition published by Amazon MediaLive, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Track

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-medialive/refs/heads/main/json-structure/medialive-api-audio-track-structure.json",
  "name": "AudioTrack",
  "type": "object",
  "description": "Audio Track",
  "properties": {
    "Track": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1"
        },
        {
          "xml": {
            "name": "track"
          },
          "description": "1-based integer value that maps to a specific audio track"
        }
      ]
    }
  },
  "required": [
    "Track"
  ]
}