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

/frameworks/base/media/java/android/media/
H A DMediaDrm.java43 * MediaDrm can be used to obtain keys for decrypting protected media streams, in
44 * conjunction with {@link android.media.MediaCrypto}. The MediaDrm APIs
54 * alt="MediaDrm Overview diagram"
59 * MediaDrm API.
72 * alt="MediaDrm Overview diagram"
78 * of a MediaDrm object that is able to support the DRM scheme required by the content.
83 * the session in subsequent interactions. The app next uses the MediaDrm object to
85 * the server's response to the MediaDrm object.
97 * MediaDrm methods throw {@link android.media.MediaDrm
124 public final class MediaDrm implements AutoCloseable { class in inherits:AutoCloseable
210 public MediaDrm(@NonNull UUID uuid) throws UnsupportedSchemeException { method in class:MediaDrm
[all...]

Completed in 54 milliseconds