Class android.media.MediaDrm
Added interface java.lang.AutoCloseable.
| Added Methods | |
|---|---|
| voidclose() | |
| intgetConnectedHdcpLevel() | |
| intgetMaxHdcpLevel() | |
| intgetMaxSecurityLevel() | |
| intgetMaxSessionCount() | |
| PersistableBundlegetMetrics() | |
| intgetOpenSessionCount() | |
| List<byte[]>getSecureStopIds() | |
| intgetSecurityLevel(byte[]) | |
| byte[]openSession(int) | |
| voidremoveAllSecureStops() | |
| voidremoveSecureStop(byte[]) | |
| Changed Methods | ||
|---|---|---|
| voidfinalize() | Change in exceptions thrown from no exceptions to java.lang.Throwable.Method was locally defined, but is now inherited from Object. | |
| voidrelease() | Change from final to non-final. Now deprecated. | |
| voidreleaseAllSecureStops() | Now deprecated. | |
| booleanisCryptoSchemeSupported(UUID) | Change from final to non-final. | |
| booleanisCryptoSchemeSupported(UUID, | Change from final to non-final. | |
| Added Fields | |
|---|---|
| intHDCP_LEVEL_UNKNOWN | |
| intHDCP_NONE | |
| intHDCP_NO_DIGITAL_OUTPUT | |
| intHDCP_V1 | |
| intHDCP_V2 | |
| intHDCP_V2_1 | |
| intHDCP_V2_2 | |
| intSECURITY_LEVEL_HW_SECURE_ALL | |
| intSECURITY_LEVEL_HW_SECURE_CRYPTO | |
| intSECURITY_LEVEL_HW_SECURE_DECODE | |
| intSECURITY_LEVEL_SW_SECURE_CRYPTO | |
| intSECURITY_LEVEL_SW_SECURE_DECODE | |
| intSECURITY_LEVEL_UNKNOWN | |
