Class MediaDrm.ErrorCodes
public class MediaDrm.ErrorCodes : JVMBridgeBase<MediaDrm.ErrorCodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseMediaDrm.ErrorCodes
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<MediaDrm.ErrorCodes>.SExecuteWithSignature(IJavaType, string, string, params object[])JVMBridgeBase<MediaDrm.ErrorCodes>.SExecute<TNewClass, TReturn, TConverter>(string, params object[])JVMBridgeBase<MediaDrm.ErrorCodes>.IsAssignableFrom(IJavaType)JVMBridgeBase<MediaDrm.ErrorCodes>.IsAssignableFrom<T>()JVMBridgeBase<MediaDrm.ErrorCodes>.Execute<T>(params T[])JVMBridgeBase<MediaDrm.ErrorCodes>.DynBridgeClazzJVMBridgeBase<MediaDrm.ErrorCodes>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ErrorCodes()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ErrorCodes()
ErrorCodes(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ErrorCodes(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
ERROR_CERTIFICATE_MALFORMED
public static int ERROR_CERTIFICATE_MALFORMED { get; }
Property Value
ERROR_CERTIFICATE_MISSING
public static int ERROR_CERTIFICATE_MISSING { get; }
Property Value
ERROR_CRYPTO_LIBRARY
public static int ERROR_CRYPTO_LIBRARY { get; }
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; }
Property Value
ERROR_GENERIC_OEM
public static int ERROR_GENERIC_OEM { get; }
Property Value
ERROR_GENERIC_PLUGIN
public static int ERROR_GENERIC_PLUGIN { get; }
Property Value
ERROR_INIT_DATA
public static int ERROR_INIT_DATA { get; }
Property Value
ERROR_INSUFFICIENT_OUTPUT_PROTECTION
public static int ERROR_INSUFFICIENT_OUTPUT_PROTECTION { get; }
Property Value
ERROR_INSUFFICIENT_SECURITY
public static int ERROR_INSUFFICIENT_SECURITY { get; }
Property Value
ERROR_KEY_EXPIRED
public static int ERROR_KEY_EXPIRED { get; }
Property Value
ERROR_KEY_NOT_LOADED
public static int ERROR_KEY_NOT_LOADED { get; }
Property Value
ERROR_LICENSE_PARSE
public static int ERROR_LICENSE_PARSE { get; }
Property Value
ERROR_LICENSE_POLICY
public static int ERROR_LICENSE_POLICY { get; }
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; }
Property Value
ERROR_LICENSE_REQUEST_REJECTED
public static int ERROR_LICENSE_REQUEST_REJECTED { get; }
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; }
Property Value
ERROR_LICENSE_STATE
public static int ERROR_LICENSE_STATE { get; }
Property Value
ERROR_LOST_STATE
public static int ERROR_LOST_STATE { get; }
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; }
Property Value
ERROR_NO_KEY
public static int ERROR_NO_KEY { get; }
Property Value
ERROR_PROVISIONING_CERTIFICATE
public static int ERROR_PROVISIONING_CERTIFICATE { get; }
Property Value
ERROR_PROVISIONING_CONFIG
public static int ERROR_PROVISIONING_CONFIG { get; }
Property Value
ERROR_PROVISIONING_PARSE
public static int ERROR_PROVISIONING_PARSE { get; }
Property Value
ERROR_PROVISIONING_REQUEST_REJECTED
public static int ERROR_PROVISIONING_REQUEST_REJECTED { get; }
Property Value
ERROR_PROVISIONING_RETRY
public static int ERROR_PROVISIONING_RETRY { get; }
Property Value
ERROR_RESOURCE_BUSY
public static int ERROR_RESOURCE_BUSY { get; }
Property Value
ERROR_RESOURCE_CONTENTION
public static int ERROR_RESOURCE_CONTENTION { get; }
Property Value
ERROR_SECURE_STOP_RELEASE
public static int ERROR_SECURE_STOP_RELEASE { get; }
Property Value
ERROR_SESSION_NOT_OPENED
public static int ERROR_SESSION_NOT_OPENED { get; }
Property Value
ERROR_STORAGE_READ
public static int ERROR_STORAGE_READ { get; }
Property Value
ERROR_STORAGE_WRITE
public static int ERROR_STORAGE_WRITE { get; }
Property Value
ERROR_UNKNOWN
public static int ERROR_UNKNOWN { get; }
Property Value
ERROR_UNSUPPORTED_OPERATION
public static int ERROR_UNSUPPORTED_OPERATION { get; }
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; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }