EnvironmentalReverb.ReflectionsDelay Property

Definition

Gets the reflections delay. -or- Sets the delay time for the early reflections.

public virtual int ReflectionsDelay { [Android.Runtime.Register("getReflectionsDelay", "()I", "GetGetReflectionsDelayHandler")] get; [Android.Runtime.Register("setReflectionsDelay", "(I)V", "GetSetReflectionsDelay_IHandler")] set; }
[<get: Android.Runtime.Register("getReflectionsDelay", "()I", "GetGetReflectionsDelayHandler")>]
[<set: Android.Runtime.Register("setReflectionsDelay", "(I)V", "GetSetReflectionsDelay_IHandler")>]
member this.ReflectionsDelay : int with get, set

Property Value

the early reflections delay in milliseconds.

Attributes

Exceptions

Remarks

Property getter documentation:

Gets the reflections delay.

Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsDelay().

Property setter documentation:

Sets the delay time for the early reflections.

This method sets the time between when the direct path is heard and when the first reflection is heard.

Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsDelay(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to