DrmEventpublic class DrmEvent extends Object
Fields Summary |
---|
public static final String | DRM_INFO_OBJECT | public static final String | DRM_INFO_STATUS_OBJECT | public static final int | TYPE_ALL_RIGHTS_REMOVED | public static final int | TYPE_DRM_INFO_PROCESSED |
Constructors Summary |
---|
protected DrmEvent(int uniqueId, int type, String message, HashMap attributes) throw new RuntimeException("Stub!");
| protected DrmEvent(int uniqueId, int type, String message) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public java.lang.Object | getAttribute(java.lang.String key) throw new RuntimeException("Stub!");
| public java.lang.String | getMessage() throw new RuntimeException("Stub!");
| public int | getType() throw new RuntimeException("Stub!");
| public int | getUniqueId() throw new RuntimeException("Stub!");
|
|