Table of Contents

Class Virtualizer

Namespace
Android.Media.Audiofx
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class Virtualizer : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Virtualizer
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Virtualizer(int, int)

[Obsolete("Deprecated in JVM")]
public Virtualizer(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
IllegalStateException
RuntimeException
UnsupportedOperationException

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

PARAM_STRENGTH

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

Property Value

int

PARAM_STRENGTH_SUPPORTED

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

Property Value

int

VIRTUALIZATION_MODE_AUTO

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

Property Value

int

VIRTUALIZATION_MODE_BINAURAL

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

Property Value

int

VIRTUALIZATION_MODE_OFF

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

Property Value

int

VIRTUALIZATION_MODE_TRANSAURAL

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

Property Value

int

Methods

CanVirtualize(int, int)

[Obsolete("Deprecated in JVM")]
public bool CanVirtualize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

bool

bool

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

CreatePoolableInstance(int, int)

HPA initializer for Virtualizer(int arg0, int arg1)

public static Virtualizer CreatePoolableInstance(int arg0, int arg1)

Parameters

arg0 int
arg1 int

Returns

Virtualizer

ForceVirtualizationMode(int)

[Obsolete("Deprecated in JVM")]
public bool ForceVirtualizationMode(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetProperties()

[Obsolete("Deprecated in JVM")]
public Virtualizer.Settings GetProperties()

Returns

Virtualizer.Settings

Virtualizer.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetRoundedStrength()

[Obsolete("Deprecated in JVM")]
public short GetRoundedStrength()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetSpeakerAngles(int, int, int[])

[Obsolete("Deprecated in JVM")]
public bool GetSpeakerAngles(int arg0, int arg1, int[] arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int[]

int

Returns

bool

bool

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetStrengthSupported()

[Obsolete("Deprecated in JVM")]
public bool GetStrengthSupported()

Returns

bool

bool

GetVirtualizationMode()

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

Returns

int

int

Exceptions

IllegalStateException
UnsupportedOperationException

SetParameterListener(OnParameterChangeListener)

[Obsolete("Deprecated in JVM")]
public void SetParameterListener(Virtualizer.OnParameterChangeListener arg0)

Parameters

arg0 Virtualizer.OnParameterChangeListener

Virtualizer.OnParameterChangeListener

SetProperties(Settings)

[Obsolete("Deprecated in JVM")]
public void SetProperties(Virtualizer.Settings arg0)

Parameters

arg0 Virtualizer.Settings

Virtualizer.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetStrength(short)

[Obsolete("Deprecated in JVM")]
public void SetStrength(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException