The Wayback Machine - https://web.archive.org/web/20190406185122/https://developer.android.com/reference/android/media/MediaDrm.SecurityLevel
Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 28

MediaDrm.SecurityLevel

public static abstract @interface MediaDrm.SecurityLevel
implements Annotation

android.media.MediaDrm.SecurityLevel


Security level indicates the robustness of the device's DRM implementation.
Value is MediaDrm.SECURITY_LEVEL_UNKNOWN, MediaDrm.SECURITY_LEVEL_SW_SECURE_CRYPTO, MediaDrm.SECURITY_LEVEL_SW_SECURE_DECODE, MediaDrm.SECURITY_LEVEL_HW_SECURE_CRYPTO, MediaDrm.SECURITY_LEVEL_HW_SECURE_DECODE, or MediaDrm.SECURITY_LEVEL_HW_SECURE_ALL

Summary

Inherited methods