Table of Contents

Class DrmInfo

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

DrmInfo(int, String, String)

[Obsolete("Deprecated in JVM")]
public DrmInfo(int arg0, String arg1, String arg2)

Parameters

arg0 int

int

arg1 String

String

arg2 String

String

DrmInfo(int, byte[], String)

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

Parameters

arg0 int

int

arg1 byte[]

byte

arg2 String

String

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

Methods

CreatePoolableInstance(int, String, String)

HPA initializer for DrmInfo(int arg0, Java.Lang.String arg1, Java.Lang.String arg2)

public static DrmInfo CreatePoolableInstance(int arg0, String arg1, String arg2)

Parameters

arg0 int
arg1 String
arg2 String

Returns

DrmInfo

CreatePoolableInstance(int, byte[], String)

HPA initializer for DrmInfo(int arg0, byte[] arg1, Java.Lang.String arg2)

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

Parameters

arg0 int
arg1 byte[]
arg2 String

Returns

DrmInfo

Get(String)

[Obsolete("Deprecated in JVM")]
public object Get(String arg0)

Parameters

arg0 String

String

Returns

object

object

GetData()

[Obsolete("Deprecated in JVM")]
public byte[] GetData()

Returns

byte[]

byte

GetInfoType()

[Obsolete("Deprecated in JVM")]
public int GetInfoType()

Returns

int

int

GetMimeType()

[Obsolete("Deprecated in JVM")]
public String GetMimeType()

Returns

String

String

Iterator()

[Obsolete("Deprecated in JVM")]
public Iterator<object> Iterator()

Returns

Iterator<object>

Iterator

KeyIterator()

[Obsolete("Deprecated in JVM")]
public Iterator<String> KeyIterator()

Returns

Iterator<String>

Iterator

Put(String, object)

[Obsolete("Deprecated in JVM")]
public void Put(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object