WELCOME TO ANDROID'S EXAMPLE!

The Android platform provides an extensible DRM framework that lets applications manage rights-protected content according to the license constraints associated with the content. The DRM framework supports many DRM schemes; which DRM schemes a device supports is up to the device manufacturer. The DRM framework introduced in Android 3.0 provides a unified interface for application developers and hides the complexity of DRM operations. The DRM framework provides a consistent operation mode for protected and non-protected content. DRM schemes can define very complex usage models by license metadata. The DRM framework provides the association between DRM content and license, and handles the rights management. This enables the media player to be abstracted from DRM-protected or non-protected content. See MediaDrm for the class to obtain keys for decrypting protected media streams. Read more...



Related Posts:

  • Android DRM framework with plug-ins As shown in the figure, the DRM framework uses a plug-in architecture to support various DRM schemes. The DRM manager service runs in an independent process to ensure isolated execution of DRM plug-ins. Each API call fro… Read More
  • Android DRM Hardware Abastraction Layer Availability of rich digital content is important to users on mobile devices. To make their content widely available, Android developers and digital content publishers need a consistent DRM implementation supported acros… Read More
  • Android DRM plug-in lifecycle The plug-in developer should ensure the plug-in is located in the DRM framework plug-in discovery directory. See implementation instructions for details. Read more... … Read More
  • Android DRM Implementation IDrmEngine IDrmEngine is an interface with a set of APIs to suit DRM use cases. Plug-in developers must implement the interfaces specified in IDrmEngine and the listener interfaces specified below. This document assumes… Read More
  • Android DRM The Android platform provides an extensible DRM framework that lets applications manage rights-protected content according to the license constraints associated with the content. The DRM framework supports many DRM schemes… Read More

4 comments:

Popular Posts