Table of Contents

Class MediaDrm.ErrorCodes

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class MediaDrm.ErrorCodes : JVMBridgeBase<MediaDrm.ErrorCodes>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<MediaDrm.ErrorCodes>
MediaDrm.ErrorCodes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<MediaDrm.ErrorCodes>.IsAssignableFrom(IJavaType)
JVMBridgeBase<MediaDrm.ErrorCodes>.IsAssignableFrom<T>()
JVMBridgeBase<MediaDrm.ErrorCodes>.Execute<T>(params T[])
JVMBridgeBase<MediaDrm.ErrorCodes>.DynBridgeClazz
JVMBridgeBase<MediaDrm.ErrorCodes>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

public override string BridgeClassName { get; }

Property Value

string

ERROR_CERTIFICATE_MALFORMED

public static int ERROR_CERTIFICATE_MALFORMED { get; }

Property Value

int

ERROR_CERTIFICATE_MISSING

public static int ERROR_CERTIFICATE_MISSING { get; }

Property Value

int

ERROR_CRYPTO_LIBRARY

public static int ERROR_CRYPTO_LIBRARY { get; }

Property Value

int

ERROR_FRAME_TOO_LARGE

public static int ERROR_FRAME_TOO_LARGE { get; }

Property Value

int

ERROR_GENERIC_OEM

public static int ERROR_GENERIC_OEM { get; }

Property Value

int

ERROR_GENERIC_PLUGIN

public static int ERROR_GENERIC_PLUGIN { get; }

Property Value

int

ERROR_INIT_DATA

public static int ERROR_INIT_DATA { get; }

Property Value

int

ERROR_INSUFFICIENT_OUTPUT_PROTECTION

public static int ERROR_INSUFFICIENT_OUTPUT_PROTECTION { get; }

Property Value

int

ERROR_INSUFFICIENT_SECURITY

public static int ERROR_INSUFFICIENT_SECURITY { get; }

Property Value

int

ERROR_KEY_EXPIRED

public static int ERROR_KEY_EXPIRED { get; }

Property Value

int

ERROR_KEY_NOT_LOADED

public static int ERROR_KEY_NOT_LOADED { get; }

Property Value

int

ERROR_LICENSE_PARSE

public static int ERROR_LICENSE_PARSE { get; }

Property Value

int

ERROR_LICENSE_POLICY

public static int ERROR_LICENSE_POLICY { get; }

Property Value

int

ERROR_LICENSE_RELEASE

public static int ERROR_LICENSE_RELEASE { get; }

Property Value

int

ERROR_LICENSE_REQUEST_REJECTED

public static int ERROR_LICENSE_REQUEST_REJECTED { get; }

Property Value

int

ERROR_LICENSE_RESTORE

public static int ERROR_LICENSE_RESTORE { get; }

Property Value

int

ERROR_LICENSE_STATE

public static int ERROR_LICENSE_STATE { get; }

Property Value

int

ERROR_LOST_STATE

public static int ERROR_LOST_STATE { get; }

Property Value

int

ERROR_MEDIA_FRAMEWORK

public static int ERROR_MEDIA_FRAMEWORK { get; }

Property Value

int

ERROR_NO_KEY

public static int ERROR_NO_KEY { get; }

Property Value

int

ERROR_PROVISIONING_CERTIFICATE

public static int ERROR_PROVISIONING_CERTIFICATE { get; }

Property Value

int

ERROR_PROVISIONING_CONFIG

public static int ERROR_PROVISIONING_CONFIG { get; }

Property Value

int

ERROR_PROVISIONING_PARSE

public static int ERROR_PROVISIONING_PARSE { get; }

Property Value

int

ERROR_PROVISIONING_REQUEST_REJECTED

public static int ERROR_PROVISIONING_REQUEST_REJECTED { get; }

Property Value

int

ERROR_PROVISIONING_RETRY

public static int ERROR_PROVISIONING_RETRY { get; }

Property Value

int

ERROR_RESOURCE_BUSY

public static int ERROR_RESOURCE_BUSY { get; }

Property Value

int

ERROR_RESOURCE_CONTENTION

public static int ERROR_RESOURCE_CONTENTION { get; }

Property Value

int

ERROR_SECURE_STOP_RELEASE

public static int ERROR_SECURE_STOP_RELEASE { get; }

Property Value

int

ERROR_SESSION_NOT_OPENED

public static int ERROR_SESSION_NOT_OPENED { get; }

Property Value

int

ERROR_STORAGE_READ

public static int ERROR_STORAGE_READ { get; }

Property Value

int

ERROR_STORAGE_WRITE

public static int ERROR_STORAGE_WRITE { get; }

Property Value

int

ERROR_UNKNOWN

public static int ERROR_UNKNOWN { get; }

Property Value

int

ERROR_UNSUPPORTED_OPERATION

public static int ERROR_UNSUPPORTED_OPERATION { get; }

Property Value

int

ERROR_ZERO_SUBSAMPLES

public static int ERROR_ZERO_SUBSAMPLES { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool