Class EnvironmentalReverb
public class EnvironmentalReverb : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
EnvironmentalReverb
- Implements
- Inherited Members
- Extension Methods
Constructors
EnvironmentalReverb(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 EnvironmentalReverb(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
EnvironmentalReverb(int, int)
public EnvironmentalReverb(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_DECAY_HF_RATIO
public static int PARAM_DECAY_HF_RATIO { get; set; }
Property Value
PARAM_DECAY_TIME
public static int PARAM_DECAY_TIME { get; set; }
Property Value
PARAM_DENSITY
https://developer.android.com/reference/android/media/audiofx/EnvironmentalReverb.html#PARAM_DENSITY
public static int PARAM_DENSITY { get; set; }
Property Value
PARAM_DIFFUSION
public static int PARAM_DIFFUSION { get; set; }
Property Value
PARAM_REFLECTIONS_DELAY
public static int PARAM_REFLECTIONS_DELAY { get; set; }
Property Value
PARAM_REFLECTIONS_LEVEL
public static int PARAM_REFLECTIONS_LEVEL { get; set; }
Property Value
PARAM_REVERB_DELAY
public static int PARAM_REVERB_DELAY { get; set; }
Property Value
PARAM_REVERB_LEVEL
public static int PARAM_REVERB_LEVEL { get; set; }
Property Value
PARAM_ROOM_HF_LEVEL
public static int PARAM_ROOM_HF_LEVEL { get; set; }
Property Value
PARAM_ROOM_LEVEL
public static int PARAM_ROOM_LEVEL { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int)
HPA initializer for EnvironmentalReverb(int arg0, int arg1)
public static EnvironmentalReverb CreatePoolableInstance(int arg0, int arg1)
Parameters
Returns
GetDecayHFRatio()
public short GetDecayHFRatio()
Returns
Exceptions
GetDecayTime()
public int GetDecayTime()
Returns
Exceptions
GetDensity()
public short GetDensity()
Returns
Exceptions
GetDiffusion()
public short GetDiffusion()
Returns
Exceptions
GetProperties()
public EnvironmentalReverb.Settings GetProperties()
Returns
Exceptions
GetReflectionsDelay()
public int GetReflectionsDelay()
Returns
Exceptions
GetReflectionsLevel()
public short GetReflectionsLevel()
Returns
Exceptions
GetReverbDelay()
public int GetReverbDelay()
Returns
Exceptions
GetReverbLevel()
public short GetReverbLevel()
Returns
Exceptions
GetRoomHFLevel()
public short GetRoomHFLevel()
Returns
Exceptions
GetRoomLevel()
public short GetRoomLevel()
Returns
Exceptions
SetDecayHFRatio(short)
public void SetDecayHFRatio(short arg0)
Parameters
Exceptions
SetDecayTime(int)
public void SetDecayTime(int arg0)
Parameters
Exceptions
SetDensity(short)
public void SetDensity(short arg0)
Parameters
Exceptions
SetDiffusion(short)
public void SetDiffusion(short arg0)
Parameters
Exceptions
SetParameterListener(OnParameterChangeListener)
public void SetParameterListener(EnvironmentalReverb.OnParameterChangeListener arg0)
Parameters
SetProperties(Settings)
public void SetProperties(EnvironmentalReverb.Settings arg0)
Parameters
Exceptions
SetReflectionsDelay(int)
public void SetReflectionsDelay(int arg0)
Parameters
Exceptions
SetReflectionsLevel(short)
public void SetReflectionsLevel(short arg0)
Parameters
Exceptions
SetReverbDelay(int)
public void SetReverbDelay(int arg0)
Parameters
Exceptions
SetReverbLevel(short)
public void SetReverbLevel(short arg0)
Parameters
Exceptions
SetRoomHFLevel(short)
public void SetRoomHFLevel(short arg0)
Parameters
Exceptions
SetRoomLevel(short)
public void SetRoomLevel(short arg0)