DrmRightspublic class DrmRights extends Object
Constructors Summary |
---|
public DrmRights(String rightsFilePath, String mimeType) throw new RuntimeException("Stub!");
| public DrmRights(String rightsFilePath, String mimeType, String accountId) throw new RuntimeException("Stub!");
| public DrmRights(String rightsFilePath, String mimeType, String accountId, String subscriptionId) throw new RuntimeException("Stub!");
| public DrmRights(File rightsFile, String mimeType) throw new RuntimeException("Stub!");
| public DrmRights(android.drm.ProcessedData data, String mimeType) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public java.lang.String | getAccountId() throw new RuntimeException("Stub!");
| public byte[] | getData() throw new RuntimeException("Stub!");
| public java.lang.String | getMimeType() throw new RuntimeException("Stub!");
| public java.lang.String | getSubscriptionId() throw new RuntimeException("Stub!");
|
|