DrmErrorEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types and taken as a parameter of the F:Android.Drm.DrmErrorEvent..ctor, and F:Android.Drm.DrmErrorEvent..ctor members.
public enum DrmErrorEventType
type DrmErrorEventType =
- Inheritance
-
DrmErrorEventType
Fields
| Name | Value | Description |
|---|---|---|
| RightsNotInstalled | 2001 | Something went wrong installing the rights. |
| RightsRenewalNotAllowed | 2002 | The server rejected the renewal of rights. |
| NotSupported | 2003 | Response from the server cannot be handled by the DRM plug-in (agent). |
| OutOfMemory | 2004 | Memory allocation failed during renewal. |
| NoInternetConnection | 2005 | An Internet connection is not available and no attempt can be made to renew rights. |
| ProcessDrmInfoFailed | 2006 | Failed to process DrmInfo. |
| RemoveAllRightsFailed | 2007 | Failed to remove all the rights objects associated with all DRM schemes. |
| AcquireDrmInfoFailed | 2008 | Failed to acquire DrmInfo. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.