Class PresetReverb
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
initializerIJVMBridgeBaseInitializer
PresetReverb(int, int)
public PresetReverb(int arg0, int arg1)
Parameters
Exceptions
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
PARAM_PRESET
public static int PARAM_PRESET { get; set; }
Property Value
PRESET_LARGEHALL
public static short PRESET_LARGEHALL { get; set; }
Property Value
PRESET_LARGEROOM
public static short PRESET_LARGEROOM { get; set; }
Property Value
PRESET_MEDIUMHALL
public static short PRESET_MEDIUMHALL { get; set; }
Property Value
PRESET_MEDIUMROOM
public static short PRESET_MEDIUMROOM { get; set; }
Property Value
PRESET_NONE
public static short PRESET_NONE { get; set; }
Property Value
PRESET_PLATE
public static short PRESET_PLATE { get; set; }
Property Value
PRESET_SMALLROOM
public static short PRESET_SMALLROOM { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int)
HPA initializer for PresetReverb(int arg0, int arg1)
public static PresetReverb CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
GetPreset()
public short GetPreset()
Returns
Exceptions
GetProperties()
public PresetReverb.Settings GetProperties()
Returns
Exceptions
SetParameterListener(OnParameterChangeListener)
public void SetParameterListener(PresetReverb.OnParameterChangeListener arg0)
Parameters
SetPreset(short)
public void SetPreset(short arg0)
Parameters
Exceptions
SetProperties(Settings)
public void SetProperties(PresetReverb.Settings arg0)