Table of Contents

Class EnvironmentalReverb

Namespace
Android.Media.Audiofx
Assembly
MASES.Netdroid.dll
public class EnvironmentalReverb : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<AudioEffect>
EnvironmentalReverb
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AudioEffect>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AudioEffect>.IsAssignableFrom<T>()
JVMBridgeBase<AudioEffect>.Execute<T>(params T[])
JVMBridgeBase<AudioEffect>.DynBridgeClazz
JVMBridgeBase<AudioEffect>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

EnvironmentalReverb()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public EnvironmentalReverb()

EnvironmentalReverb(int, int)

public EnvironmentalReverb(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
RuntimeException
UnsupportedOperationException

EnvironmentalReverb(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public EnvironmentalReverb(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

PARAM_DECAY_HF_RATIO

public static int PARAM_DECAY_HF_RATIO { get; }

Property Value

int

PARAM_DECAY_TIME

public static int PARAM_DECAY_TIME { get; }

Property Value

int

PARAM_DENSITY

public static int PARAM_DENSITY { get; }

Property Value

int

PARAM_DIFFUSION

public static int PARAM_DIFFUSION { get; }

Property Value

int

PARAM_REFLECTIONS_DELAY

public static int PARAM_REFLECTIONS_DELAY { get; }

Property Value

int

PARAM_REFLECTIONS_LEVEL

public static int PARAM_REFLECTIONS_LEVEL { get; }

Property Value

int

PARAM_REVERB_DELAY

public static int PARAM_REVERB_DELAY { get; }

Property Value

int

PARAM_REVERB_LEVEL

public static int PARAM_REVERB_LEVEL { get; }

Property Value

int

PARAM_ROOM_HF_LEVEL

public static int PARAM_ROOM_HF_LEVEL { get; }

Property Value

int

PARAM_ROOM_LEVEL

public static int PARAM_ROOM_LEVEL { get; }

Property Value

int

Methods

GetDecayHFRatio()

public short GetDecayHFRatio()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetDecayTime()

public int GetDecayTime()

Returns

int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetDensity()

public short GetDensity()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetDiffusion()

public short GetDiffusion()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetProperties()

public EnvironmentalReverb.Settings GetProperties()

Returns

EnvironmentalReverb.Settings

EnvironmentalReverb.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetReflectionsDelay()

public int GetReflectionsDelay()

Returns

int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetReflectionsLevel()

public short GetReflectionsLevel()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetReverbDelay()

public int GetReverbDelay()

Returns

int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetReverbLevel()

public short GetReverbLevel()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetRoomHFLevel()

public short GetRoomHFLevel()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetRoomLevel()

public short GetRoomLevel()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetDecayHFRatio(short)

public void SetDecayHFRatio(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetDecayTime(int)

public void SetDecayTime(int arg0)

Parameters

arg0 int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetDensity(short)

public void SetDensity(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetDiffusion(short)

public void SetDiffusion(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetParameterListener(OnParameterChangeListener)

public void SetParameterListener(EnvironmentalReverb.OnParameterChangeListener arg0)

Parameters

arg0 EnvironmentalReverb.OnParameterChangeListener

EnvironmentalReverb.OnParameterChangeListener

SetProperties(Settings)

public void SetProperties(EnvironmentalReverb.Settings arg0)

Parameters

arg0 EnvironmentalReverb.Settings

EnvironmentalReverb.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetReflectionsDelay(int)

public void SetReflectionsDelay(int arg0)

Parameters

arg0 int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetReflectionsLevel(short)

public void SetReflectionsLevel(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetReverbDelay(int)

public void SetReverbDelay(int arg0)

Parameters

arg0 int

int

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetReverbLevel(short)

public void SetReverbLevel(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetRoomHFLevel(short)

public void SetRoomHFLevel(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetRoomLevel(short)

public void SetRoomLevel(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException