I have read the source of IceCream downloaded from Google about DRM
Framework - new feature (libdrmframework).
as result I think IceCream is supporting OMA DRM, WM-DRM and Widevine
DRM in Framework.
but I am not sure I need to do something to use DRM Framework for OMA
DRM 1.0/WM-DRM/Widevine.

any idea?

Please let me know.

as follow under description
    /**
     * Defines which decryption pattern should be used to decrypt the
given content
     * DrmFramework provides two different set of decryption APIs.
     *   1. Decrypt APIs for elementary stream based DRM
     *      (file format is not encrypted but ES is encrypted)
     *         e.g., Marlin DRM (MP4 file format), WM-DRM (asf file
format)
     *
     *         DecryptApiType::ELEMENTARY_STREAM_BASED
     *             Decryption API set for ES based DRM
     *                 initializeDecryptUnit(), decrypt(), and
finalizeDecryptUnit()
     *   2. Decrypt APIs for container based DRM (file format itself
is encrypted)
     *         e.g., OMA DRM (dcf file format)
     *
     *         DecryptApiType::CONTAINER_BASED
     *             POSIX based Decryption API set for container based
DRM
     *                 pread()
     */

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to