Java android.drm DrmManagerClient fields, constructors, methods, implement or subclass

Example usage for Java android.drm DrmManagerClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.drm DrmManagerClient.

The text is from its open source code.

Constructor

DrmManagerClient(Context context)
Creates a DrmManagerClient.

Method

booleancanHandle(String path, String mimeType)
Checks whether the given MIME type or path can be handled.
booleancanHandle(Uri uri, String mimeType)
Checks whether the given MIME type or URI can be handled.
StringgetOriginalMimeType(String path)
Retrieves the MIME type embedded in the original content.
StringgetOriginalMimeType(Uri uri)
Retrieves the MIME type embedded in the original content.
voidrelease()