Amazon MediaConvert · JSON Structure

Mediaconvert Api Hls Encryption Type Structure

Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

HlsEncryptionType is a JSON Structure definition published by Amazon MediaConvert. 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-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-hls-encryption-type-structure.json",
  "name": "HlsEncryptionType",
  "type": "string",
  "description": "Encrypts the segments with the given encryption scheme. Leave blank to disable. Selecting 'Disabled' in the web interface also disables encryption.",
  "enum": [
    "AES128",
    "SAMPLE_AES"
  ]
}