Table of Contents

Class DrmConvertedStatus

Namespace
Android.Drm
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class DrmConvertedStatus : JVMBridgeBase<DrmConvertedStatus>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DrmConvertedStatus
Implements
Extension Methods

Constructors

DrmConvertedStatus(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 DrmConvertedStatus(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

DrmConvertedStatus(int, byte[], int)

[Obsolete("Deprecated in JVM")]
public DrmConvertedStatus(int arg0, byte[] arg1, int arg2)

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

STATUS_ERROR

[Obsolete("Deprecated in JVM")]
public static int STATUS_ERROR { get; set; }

Property Value

int

STATUS_INPUTDATA_ERROR

[Obsolete("Deprecated in JVM")]
public static int STATUS_INPUTDATA_ERROR { get; set; }

Property Value

int

STATUS_OK

[Obsolete("Deprecated in JVM")]
public static int STATUS_OK { get; set; }

Property Value

int

convertedData

[Obsolete("Deprecated in JVM")]
public byte[] convertedData { get; set; }

Property Value

byte[]

offset

[Obsolete("Deprecated in JVM")]
public int offset { get; set; }

Property Value

int

statusCode

[Obsolete("Deprecated in JVM")]
public int statusCode { get; set; }

Property Value

int

Methods

CreatePoolableInstance(int, byte[], int)

HPA initializer for DrmConvertedStatus(int arg0, byte[] arg1, int arg2)

public static DrmConvertedStatus CreatePoolableInstance(int arg0, byte[] arg1, int arg2)

Parameters

arg0 int
arg1 byte[]
arg2 int

Returns

DrmConvertedStatus