Class MediaDrm.ErrorCodes
public class MediaDrm.ErrorCodes : JVMBridgeBase<MediaDrm.ErrorCodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MediaDrm.ErrorCodes
- Implements
- Extension Methods
Constructors
ErrorCodes(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ErrorCodes(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ERROR_CERTIFICATE_MALFORMED
public static int ERROR_CERTIFICATE_MALFORMED { get; set; }
Property Value
ERROR_CERTIFICATE_MISSING
public static int ERROR_CERTIFICATE_MISSING { get; set; }
Property Value
ERROR_CRYPTO_LIBRARY
public static int ERROR_CRYPTO_LIBRARY { get; set; }
Property Value
ERROR_FRAME_TOO_LARGE
https://developer.android.com/reference/android/media/MediaDrm.ErrorCodes.html#ERROR_FRAME_TOO_LARGE
public static int ERROR_FRAME_TOO_LARGE { get; set; }
Property Value
ERROR_GENERIC_OEM
public static int ERROR_GENERIC_OEM { get; set; }
Property Value
ERROR_GENERIC_PLUGIN
public static int ERROR_GENERIC_PLUGIN { get; set; }
Property Value
ERROR_INIT_DATA
public static int ERROR_INIT_DATA { get; set; }
Property Value
ERROR_INSUFFICIENT_OUTPUT_PROTECTION
public static int ERROR_INSUFFICIENT_OUTPUT_PROTECTION { get; set; }
Property Value
ERROR_INSUFFICIENT_SECURITY
public static int ERROR_INSUFFICIENT_SECURITY { get; set; }
Property Value
ERROR_KEY_EXPIRED
public static int ERROR_KEY_EXPIRED { get; set; }
Property Value
ERROR_KEY_NOT_LOADED
public static int ERROR_KEY_NOT_LOADED { get; set; }
Property Value
ERROR_LICENSE_PARSE
public static int ERROR_LICENSE_PARSE { get; set; }
Property Value
ERROR_LICENSE_POLICY
public static int ERROR_LICENSE_POLICY { get; set; }
Property Value
ERROR_LICENSE_RELEASE
https://developer.android.com/reference/android/media/MediaDrm.ErrorCodes.html#ERROR_LICENSE_RELEASE
public static int ERROR_LICENSE_RELEASE { get; set; }
Property Value
ERROR_LICENSE_REQUEST_REJECTED
public static int ERROR_LICENSE_REQUEST_REJECTED { get; set; }
Property Value
ERROR_LICENSE_RESTORE
https://developer.android.com/reference/android/media/MediaDrm.ErrorCodes.html#ERROR_LICENSE_RESTORE
public static int ERROR_LICENSE_RESTORE { get; set; }
Property Value
ERROR_LICENSE_STATE
public static int ERROR_LICENSE_STATE { get; set; }
Property Value
ERROR_LOST_STATE
public static int ERROR_LOST_STATE { get; set; }
Property Value
ERROR_MEDIA_FRAMEWORK
https://developer.android.com/reference/android/media/MediaDrm.ErrorCodes.html#ERROR_MEDIA_FRAMEWORK
public static int ERROR_MEDIA_FRAMEWORK { get; set; }
Property Value
ERROR_NO_KEY
public static int ERROR_NO_KEY { get; set; }
Property Value
ERROR_PROVISIONING_CERTIFICATE
public static int ERROR_PROVISIONING_CERTIFICATE { get; set; }
Property Value
ERROR_PROVISIONING_CONFIG
public static int ERROR_PROVISIONING_CONFIG { get; set; }
Property Value
ERROR_PROVISIONING_PARSE
public static int ERROR_PROVISIONING_PARSE { get; set; }
Property Value
ERROR_PROVISIONING_REQUEST_REJECTED
public static int ERROR_PROVISIONING_REQUEST_REJECTED { get; set; }
Property Value
ERROR_PROVISIONING_RETRY
public static int ERROR_PROVISIONING_RETRY { get; set; }
Property Value
ERROR_RESOURCE_BUSY
public static int ERROR_RESOURCE_BUSY { get; set; }
Property Value
ERROR_RESOURCE_CONTENTION
public static int ERROR_RESOURCE_CONTENTION { get; set; }
Property Value
ERROR_SECURE_STOP_RELEASE
public static int ERROR_SECURE_STOP_RELEASE { get; set; }
Property Value
ERROR_SESSION_NOT_OPENED
public static int ERROR_SESSION_NOT_OPENED { get; set; }
Property Value
ERROR_STORAGE_READ
public static int ERROR_STORAGE_READ { get; set; }
Property Value
ERROR_STORAGE_WRITE
public static int ERROR_STORAGE_WRITE { get; set; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; set; }
Property Value
ERROR_UNSUPPORTED_OPERATION
public static int ERROR_UNSUPPORTED_OPERATION { get; set; }
Property Value
ERROR_ZERO_SUBSAMPLES
https://developer.android.com/reference/android/media/MediaDrm.ErrorCodes.html#ERROR_ZERO_SUBSAMPLES
public static int ERROR_ZERO_SUBSAMPLES { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }