| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
StaticKeyProvider |
StaticKeyProvider.clone() |
StaticKeyProvider |
CmafEncryptionSettings.getStaticKeyProvider()
Use these settings to set up encryption with a static key provider.
|
StaticKeyProvider |
HlsEncryptionSettings.getStaticKeyProvider()
Use these settings to set up encryption with a static key provider.
|
StaticKeyProvider |
StaticKeyProvider.withKeyFormat(String keyFormat)
Relates to DRM implementation.
|
StaticKeyProvider |
StaticKeyProvider.withKeyFormatVersions(String keyFormatVersions)
Relates to DRM implementation.
|
StaticKeyProvider |
StaticKeyProvider.withStaticKeyValue(String staticKeyValue)
Relates to DRM implementation.
|
StaticKeyProvider |
StaticKeyProvider.withUrl(String url)
Relates to DRM implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafEncryptionSettings.setStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
void |
HlsEncryptionSettings.setStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
CmafEncryptionSettings |
CmafEncryptionSettings.withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withStaticKeyProvider(StaticKeyProvider staticKeyProvider)
Use these settings to set up encryption with a static key provider.
|
Copyright © 2019. All rights reserved.