Class EnvironmentalReverb.Settings
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
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
decayHFRatio
public short decayHFRatio { get; set; }
Property Value
decayTime
public int decayTime { get; set; }
Property Value
density
public short density { get; set; }
Property Value
diffusion
public short diffusion { get; set; }
Property Value
reflectionsDelay
public int reflectionsDelay { get; set; }
Property Value
reflectionsLevel
public short reflectionsLevel { get; set; }
Property Value
reverbDelay
public int reverbDelay { get; set; }
Property Value
reverbLevel
public short reverbLevel { get; set; }
Property Value
roomHFLevel
public short roomHFLevel { get; set; }
Property Value
roomLevel
public short roomLevel { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Settings()
public static EnvironmentalReverb.Settings CreatePoolableInstance()
Returns
CreatePoolableInstance(String)
HPA initializer for Settings(Java.Lang.String arg0)
public static EnvironmentalReverb.Settings CreatePoolableInstance(String arg0)
Parameters
arg0String