Example usage for Java android.drm DrmManagerClient fields, constructors, methods, implement or subclass
The text is from its open source code.
DrmManagerClient(Context context) Creates a DrmManagerClient . |
boolean | canHandle(String path, String mimeType) Checks whether the given MIME type or path can be handled. |
boolean | canHandle(Uri uri, String mimeType) Checks whether the given MIME type or URI can be handled. |
String | getOriginalMimeType(String path) Retrieves the MIME type embedded in the original content. |
String | getOriginalMimeType(Uri uri) Retrieves the MIME type embedded in the original content. |
void | release() |