Amazon MediaTailor · JSON Structure

Mediatailor Api Hls Playlist Settings Structure

HLS playlist configuration parameters.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

ManifestWindowSeconds

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-hls-playlist-settings-structure.json",
  "name": "HlsPlaylistSettings",
  "type": "object",
  "description": "HLS playlist configuration parameters.",
  "properties": {
    "ManifestWindowSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "description": "The total duration (in seconds) of each manifest. Minimum value: <code>30</code> seconds. Maximum value: <code>3600</code> seconds."
        }
      ]
    }
  }
}