Amazon MediaLive · JSON Structure

Medialive Api Audio Hls Rendition Selection Structure

Audio Hls Rendition Selection

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

GroupId Name

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-hls-rendition-selection-structure.json",
  "name": "AudioHlsRenditionSelection",
  "type": "object",
  "description": "Audio Hls Rendition Selection",
  "properties": {
    "GroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin1"
        },
        {
          "xml": {
            "name": "groupId"
          },
          "description": "Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin1"
        },
        {
          "xml": {
            "name": "name"
          },
          "description": "Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition."
        }
      ]
    }
  },
  "required": [
    "Name",
    "GroupId"
  ]
}