Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.MsSmoothEncryptionSettings.Builder
-
Packages that use MsSmoothEncryptionSettings.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MsSmoothEncryptionSettings.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MsSmoothEncryptionSettings.Builder Modifier and Type Method Description static MsSmoothEncryptionSettings.BuilderMsSmoothEncryptionSettings. builder()default MsSmoothEncryptionSettings.BuilderMsSmoothEncryptionSettings.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.BuilderMsSmoothEncryptionSettings.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.BuilderMsSmoothEncryptionSettings. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type MsSmoothEncryptionSettings.Builder Modifier and Type Method Description static Class<? extends MsSmoothEncryptionSettings.Builder>MsSmoothEncryptionSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type MsSmoothEncryptionSettings.Builder Modifier and Type Method Description default MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. encryption(Consumer<MsSmoothEncryptionSettings.Builder> encryption)If you are using DRM, set DRM System to specify the value SpekeKeyProvider.
-