| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.clone() |
SpekeKeyProviderCmaf |
CmafEncryptionSettings.getSpekeKeyProvider()
If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key
provider.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withCertificateArn(String certificateArn)
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate
with a master key using AWS Certificate Manager.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withDashSignaledSystemIds(Collection<String> dashSignaledSystemIds)
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this
CMAF package.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withDashSignaledSystemIds(String... dashSignaledSystemIds)
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of this
CMAF package.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withHlsSignaledSystemIds(Collection<String> hlsSignaledSystemIds)
Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this
CMAF package.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withHlsSignaledSystemIds(String... hlsSignaledSystemIds)
Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this
CMAF package.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withResourceId(String resourceId)
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
SpekeKeyProviderCmaf |
SpekeKeyProviderCmaf.withUrl(String url)
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting
your content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafEncryptionSettings.setSpekeKeyProvider(SpekeKeyProviderCmaf spekeKeyProvider)
If your output group type is CMAF, use these settings when doing DRM encryption with a SPEKE-compliant key
provider.
|
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.
|
Copyright © 2023. All rights reserved.