| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
HlsEncryption |
HlsEncryption.clone() |
HlsEncryption |
HlsPackage.getEncryption() |
HlsEncryption |
HlsEncryption.withConstantInitializationVector(String constantInitializationVector)
A constant initialization vector for encryption (optional).
|
HlsEncryption |
HlsEncryption.withEncryptionMethod(EncryptionMethod encryptionMethod)
The encryption method to use.
|
HlsEncryption |
HlsEncryption.withEncryptionMethod(String encryptionMethod)
The encryption method to use.
|
HlsEncryption |
HlsEncryption.withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
Interval (in seconds) between each encryption key rotation.
|
HlsEncryption |
HlsEncryption.withRepeatExtXKey(Boolean repeatExtXKey)
When enabled, the EXT-X-KEY tag will be repeated in output manifests.
|
HlsEncryption |
HlsEncryption.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
HlsPackage.setEncryption(HlsEncryption encryption) |
HlsPackage |
HlsPackage.withEncryption(HlsEncryption encryption) |
Copyright © 2025. All rights reserved.