Table of Contents

Class MediaCodec.CryptoInfo

Namespace
Android.Media
Assembly
MASES.Netdroid.dll
public class MediaCodec.CryptoInfo : JVMBridgeBase<MediaCodec.CryptoInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MediaCodec.CryptoInfo
Implements
Extension Methods

Constructors

CryptoInfo()

public CryptoInfo()

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

Parameters

initializer IJVMBridgeBaseInitializer

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

iv

public byte[] iv { get; set; }

Property Value

byte[]

key

public byte[] key { get; set; }

Property Value

byte[]

mode

public int mode { get; set; }

Property Value

int

numBytesOfClearData

public int[] numBytesOfClearData { get; set; }

Property Value

int[]

numBytesOfEncryptedData

public int[] numBytesOfEncryptedData { get; set; }

Property Value

int[]

numSubSamples

public int numSubSamples { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for CryptoInfo()

public static MediaCodec.CryptoInfo CreatePoolableInstance()

Returns

MediaCodec.CryptoInfo

GetPattern()

public MediaCodec.CryptoInfo.Pattern GetPattern()

Returns

MediaCodec.CryptoInfo.Pattern

MediaCodec.CryptoInfo.Pattern

Set(int, int[], int[], byte[], byte[], int)

public void Set(int arg0, int[] arg1, int[] arg2, byte[] arg3, byte[] arg4, int arg5)

Parameters

arg0 int

int

arg1 int[]

int

arg2 int[]

int

arg3 byte[]

byte

arg4 byte[]

byte

arg5 int

int

SetPattern(Pattern)

public void SetPattern(MediaCodec.CryptoInfo.Pattern arg0)

Parameters

arg0 MediaCodec.CryptoInfo.Pattern

MediaCodec.CryptoInfo.Pattern