static DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.builder() |
|
DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.Builder.playbackDeviceCompatibility(String playbackDeviceCompatibility) |
This setting can improve the compatibility of your output with video players on obsolete devices.
|
DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.Builder.playbackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility playbackDeviceCompatibility) |
This setting can improve the compatibility of your output with video players on obsolete devices.
|
default DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.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.
|
DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.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.
|
DashIsoEncryptionSettings.Builder |
DashIsoEncryptionSettings.toBuilder() |
|