Table of Contents

Class PresetReverb

Namespace
Android.Media.Audiofx
Assembly
MASES.Netdroid.dll
public class PresetReverb : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<AudioEffect>
PresetReverb
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

PresetReverb()

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

public PresetReverb()

PresetReverb(int, int)

public PresetReverb(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
RuntimeException
UnsupportedOperationException

PresetReverb(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 PresetReverb(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_PRESET

public static int PARAM_PRESET { get; }

Property Value

int

PRESET_LARGEHALL

public static short PRESET_LARGEHALL { get; }

Property Value

short

PRESET_LARGEROOM

public static short PRESET_LARGEROOM { get; }

Property Value

short

PRESET_MEDIUMHALL

public static short PRESET_MEDIUMHALL { get; }

Property Value

short

PRESET_MEDIUMROOM

public static short PRESET_MEDIUMROOM { get; }

Property Value

short

PRESET_NONE

public static short PRESET_NONE { get; }

Property Value

short

PRESET_PLATE

public static short PRESET_PLATE { get; }

Property Value

short

PRESET_SMALLROOM

public static short PRESET_SMALLROOM { get; }

Property Value

short

Methods

GetPreset()

public short GetPreset()

Returns

short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

GetProperties()

public PresetReverb.Settings GetProperties()

Returns

PresetReverb.Settings

PresetReverb.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetParameterListener(OnParameterChangeListener)

public void SetParameterListener(PresetReverb.OnParameterChangeListener arg0)

Parameters

arg0 PresetReverb.OnParameterChangeListener

PresetReverb.OnParameterChangeListener

SetPreset(short)

public void SetPreset(short arg0)

Parameters

arg0 short

short

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException

SetProperties(Settings)

public void SetProperties(PresetReverb.Settings arg0)

Parameters

arg0 PresetReverb.Settings

PresetReverb.Settings

Exceptions

IllegalArgumentException
IllegalStateException
UnsupportedOperationException