Uses of Class
software.amazon.awssdk.services.mediaconvert.model.SpekeKeyProvider
-
Packages that use SpekeKeyProvider Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of SpekeKeyProvider in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return SpekeKeyProvider Modifier and Type Method Description SpekeKeyProviderDashIsoEncryptionSettings. 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.SpekeKeyProviderHlsEncryptionSettings. 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.SpekeKeyProviderMsSmoothEncryptionSettings. 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.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type SpekeKeyProvider Modifier and Type Method Description DashIsoEncryptionSettings.BuilderDashIsoEncryptionSettings.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.HlsEncryptionSettings.BuilderHlsEncryptionSettings.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.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.
-