Class DrmConvertedStatus
[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
initializerIJVMBridgeBaseInitializer
DrmConvertedStatus(int, byte[], int)
[Obsolete("Deprecated in JVM")]
public DrmConvertedStatus(int arg0, byte[] arg1, int arg2)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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; }
Property Value
STATUS_ERROR
[Obsolete("Deprecated in JVM")]
public static int STATUS_ERROR { get; set; }
Property Value
STATUS_INPUTDATA_ERROR
[Obsolete("Deprecated in JVM")]
public static int STATUS_INPUTDATA_ERROR { get; set; }
Property Value
STATUS_OK
[Obsolete("Deprecated in JVM")]
public static int STATUS_OK { get; set; }
Property Value
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
statusCode
[Obsolete("Deprecated in JVM")]
public int statusCode { get; set; }
Property Value
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)