Class EnvironmentalReverb
public class EnvironmentalReverb : AudioEffect, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AudioEffect>EnvironmentalReverb
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<AudioEffect>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])JVMBridgeBase<AudioEffect>.IsAssignableFrom(IJavaType)JVMBridgeBase<AudioEffect>.IsAssignableFrom<T>()JVMBridgeBase<AudioEffect>.Execute<T>(params T[])JVMBridgeBase<AudioEffect>.DynBridgeClazzJVMBridgeBase<AudioEffect>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
EnvironmentalReverb()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public EnvironmentalReverb()
EnvironmentalReverb(int, int)
public EnvironmentalReverb(int arg0, int arg1)
Parameters
Exceptions
EnvironmentalReverb(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public EnvironmentalReverb(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
PARAM_DECAY_HF_RATIO
public static int PARAM_DECAY_HF_RATIO { get; }
Property Value
PARAM_DECAY_TIME
public static int PARAM_DECAY_TIME { get; }
Property Value
PARAM_DENSITY
https://developer.android.com/reference/android/media/audiofx/EnvironmentalReverb.html#PARAM_DENSITY
public static int PARAM_DENSITY { get; }
Property Value
PARAM_DIFFUSION
public static int PARAM_DIFFUSION { get; }
Property Value
PARAM_REFLECTIONS_DELAY
public static int PARAM_REFLECTIONS_DELAY { get; }
Property Value
PARAM_REFLECTIONS_LEVEL
public static int PARAM_REFLECTIONS_LEVEL { get; }
Property Value
PARAM_REVERB_DELAY
public static int PARAM_REVERB_DELAY { get; }
Property Value
PARAM_REVERB_LEVEL
public static int PARAM_REVERB_LEVEL { get; }
Property Value
PARAM_ROOM_HF_LEVEL
public static int PARAM_ROOM_HF_LEVEL { get; }
Property Value
PARAM_ROOM_LEVEL
public static int PARAM_ROOM_LEVEL { get; }
Property Value
Methods
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)