| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static MsSmoothEncryptionSettings.Builder |
MsSmoothEncryptionSettings.builder() |
default MsSmoothEncryptionSettings.Builder |
MsSmoothEncryptionSettings.Builder.spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption
with a SPEKE-compliant key provider.
|
MsSmoothEncryptionSettings.Builder |
MsSmoothEncryptionSettings.Builder.spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption
with a SPEKE-compliant key provider.
|
MsSmoothEncryptionSettings.Builder |
MsSmoothEncryptionSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MsSmoothEncryptionSettings.Builder> |
MsSmoothEncryptionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MsSmoothGroupSettings.Builder |
MsSmoothGroupSettings.Builder.encryption(Consumer<MsSmoothEncryptionSettings.Builder> encryption)
If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.
|
Copyright © 2023. All rights reserved.