Searched defs:MediaDrm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaDrm.java33 * MediaDrm can be used to obtain keys for decrypting protected media streams, in
34 * conjunction with {@link android.media.MediaCrypto}. The MediaDrm APIs
44 * alt="MediaDrm Overview diagram"
49 * MediaDrm API.
62 * alt="MediaDrm Overview diagram"
68 * of a MediaDrm object that is able to support the DRM scheme required by the content.
73 * the session in subsequent interactions. The app next uses the MediaDrm object to
75 * the server's response to the MediaDrm object.
94 * MediaDrm objects on a thread with its own Looper running (main UI
97 public final class MediaDrm { class
167 public MediaDrm(UUID uuid) throws UnsupportedSchemeException { method in class:MediaDrm
[all...]

Completed in 62 milliseconds