| 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)
Specify the encryption scheme that you want the service to use when encrypting your CMAF segments.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withEncryptionMethod(String encryptionMethod)
Specify the encryption scheme that you want the service to use when encrypting your CMAF segments.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withInitializationVectorInManifest(CmafInitializationVectorInManifest initializationVectorInManifest)
When you use DRM with CMAF outputs, choose whether the service writes the 128-bit encryption initialization
vector in the HLS and DASH manifests.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withInitializationVectorInManifest(String initializationVectorInManifest)
When you use DRM with CMAF outputs, choose whether the service writes the 128-bit encryption initialization
vector in the HLS and DASH manifests.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withSpekeKeyProvider(SpekeKeyProviderCmaf spekeKeyProvider)
If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key
provider.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withType(CmafKeyProviderType type)
Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withType(String type)
Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafGroupSettings.setEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
CmafGroupSettings |
CmafGroupSettings.withEncryption(CmafEncryptionSettings encryption)
DRM settings.
|
Copyright © 2023. All rights reserved.