Amazon MediaPackage · JSON Structure

Mediapackage Api Cmaf Encryption Method Structure

The encryption method to use.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

CmafEncryptionMethod is a JSON Structure definition published by Amazon MediaPackage. 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-mediapackage/refs/heads/main/json-structure/mediapackage-api-cmaf-encryption-method-structure.json",
  "name": "CmafEncryptionMethod",
  "type": "string",
  "description": "The encryption method to use.",
  "enum": [
    "SAMPLE_AES",
    "AES_CTR"
  ]
}