| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CmafEncryptionSettings |
CmafEncryptionSettings.clone() |
CmafEncryptionSettings |
CmafGroupSettings.getEncryption()
DRM settings.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withConstantInitializationVector(String constantInitializationVector)
This is a 128-bit, 16-byte hex value represented by a 32-character text string.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withEncryptionMethod(CmafEncryptionType encryptionMethod)
Encrypts the segments with the given encryption scheme.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withEncryptionMethod(String encryptionMethod)
Encrypts the segments with the given encryption scheme.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withInitializationVectorInManifest(CmafInitializationVectorInManifest initializationVectorInManifest)
The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withInitializationVectorInManifest(String initializationVectorInManifest)
The Initialization Vector is a 128-bit number used in conjunction with the key for encrypting blocks.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withType(CmafKeyProviderType type)
Indicates which type of key provider is used for encryption.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withType(String type)
Indicates which type of key provider is used for encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafGroupSettings.setEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
CmafGroupSettings |
CmafGroupSettings.withEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
Copyright © 2019. All rights reserved.