Table of Contents

Class PresetReverb

Namespace
Android.Media.Audiofx
Assembly
MASES.Netdroid.dll
public class PresetReverb : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
PresetReverb
Implements
Inherited Members
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

PresetReverb(int, int)

public PresetReverb(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

IllegalArgumentException
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_PRESET

public static int PARAM_PRESET { get; set; }

Property Value

int

PRESET_LARGEHALL

public static short PRESET_LARGEHALL { get; set; }

Property Value

short

PRESET_LARGEROOM

public static short PRESET_LARGEROOM { get; set; }

Property Value

short

PRESET_MEDIUMHALL

public static short PRESET_MEDIUMHALL { get; set; }

Property Value

short

PRESET_MEDIUMROOM

public static short PRESET_MEDIUMROOM { get; set; }

Property Value

short

PRESET_NONE

public static short PRESET_NONE { get; set; }

Property Value

short

PRESET_PLATE

public static short PRESET_PLATE { get; set; }

Property Value

short

PRESET_SMALLROOM

public static short PRESET_SMALLROOM { get; set; }

Property Value

short

Methods

CreatePoolableInstance(int, int)

HPA initializer for PresetReverb(int arg0, int arg1)

public static PresetReverb CreatePoolableInstance(int arg0, int arg1)

Parameters

arg0 int
arg1 int

Returns

PresetReverb

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