EnvironmentalReverb.ReverbDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reverb delay. -or- Sets the time between the first reflection and the reverberation.
public virtual int ReverbDelay { [Android.Runtime.Register("getReverbDelay", "()I", "GetGetReverbDelayHandler")] get; [Android.Runtime.Register("setReverbDelay", "(I)V", "GetSetReverbDelay_IHandler")] set; }
[<get: Android.Runtime.Register("getReverbDelay", "()I", "GetGetReverbDelayHandler")>]
[<set: Android.Runtime.Register("setReverbDelay", "(I)V", "GetSetReverbDelay_IHandler")>]
member this.ReverbDelay : int with get, set
Property Value
the reverb delay in milliseconds.
- Attributes
Exceptions
Remarks
Property getter documentation:
Gets the reverb delay.
Java documentation for android.media.audiofx.EnvironmentalReverb.getReverbDelay()
.
Property setter documentation:
Sets the time between the first reflection and the reverberation.
Java documentation for android.media.audiofx.EnvironmentalReverb.setReverbDelay(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.