| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsEncryptionSettings |
HlsEncryptionSettings.clone() |
HlsEncryptionSettings |
HlsGroupSettings.getEncryption()
DRM settings.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withConstantInitializationVector(String constantInitializationVector)
This is a 128-bit, 16-byte hex value represented by a 32-character text string.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withEncryptionMethod(HlsEncryptionType encryptionMethod)
Encrypts the segments with the given encryption scheme.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withEncryptionMethod(String encryptionMethod)
Encrypts the segments with the given encryption scheme.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withInitializationVectorInManifest(HlsInitializationVectorInManifest initializationVectorInManifest)
The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withInitializationVectorInManifest(String initializationVectorInManifest)
The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withOfflineEncrypted(HlsOfflineEncrypted offlineEncrypted)
Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withOfflineEncrypted(String offlineEncrypted)
Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
Settings for use with a SPEKE key provider
|
HlsEncryptionSettings |
HlsEncryptionSettings.withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withType(HlsKeyProviderType type)
Indicates which type of key provider is used for encryption.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withType(String type)
Indicates which type of key provider is used for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HlsGroupSettings.setEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
HlsGroupSettings |
HlsGroupSettings.withEncryption(HlsEncryptionSettings encryption)
DRM settings.
|
Copyright © 2019. All rights reserved.