Table of Contents

Class EnvironmentalReverb.Settings

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

Constructors

Settings()

public Settings()

Settings(String)

public Settings(String arg0)

Parameters

arg0 String

String

Settings(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 Settings(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

decayHFRatio

public short decayHFRatio { get; set; }

Property Value

short

decayTime

public int decayTime { get; set; }

Property Value

int

density

public short density { get; set; }

Property Value

short

diffusion

public short diffusion { get; set; }

Property Value

short

reflectionsDelay

public int reflectionsDelay { get; set; }

Property Value

int

reflectionsLevel

public short reflectionsLevel { get; set; }

Property Value

short

reverbDelay

public int reverbDelay { get; set; }

Property Value

int

reverbLevel

public short reverbLevel { get; set; }

Property Value

short

roomHFLevel

public short roomHFLevel { get; set; }

Property Value

short

roomLevel

public short roomLevel { get; set; }

Property Value

short

Methods

CreatePoolableInstance()

HPA initializer for Settings()

public static EnvironmentalReverb.Settings CreatePoolableInstance()

Returns

EnvironmentalReverb.Settings

CreatePoolableInstance(String)

HPA initializer for Settings(Java.Lang.String arg0)

public static EnvironmentalReverb.Settings CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

EnvironmentalReverb.Settings