MssEncryption

A Microsoft Smooth Streaming (MSS) encryption configuration.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
SpekeKeyProvider object
View JSON Schema on GitHub

JSON Schema

mediapackage-api-mss-encryption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-schema/mediapackage-api-mss-encryption-schema.json",
  "title": "MssEncryption",
  "description": "A Microsoft Smooth Streaming (MSS) encryption configuration.",
  "type": "object",
  "properties": {
    "SpekeKeyProvider": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SpekeKeyProvider"
        },
        {
          "xml": {
            "name": "spekeKeyProvider"
          }
        }
      ]
    }
  },
  "required": [
    "SpekeKeyProvider"
  ]
}