EnvironmentalReverb.Diffusion Property

Definition

Gets diffusion level. -or- Sets the echo density in the late reverberation decay.

public virtual short Diffusion { [Android.Runtime.Register("getDiffusion", "()S", "GetGetDiffusionHandler")] get; [Android.Runtime.Register("setDiffusion", "(S)V", "GetSetDiffusion_SHandler")] set; }
[<get: Android.Runtime.Register("getDiffusion", "()S", "GetGetDiffusionHandler")>]
[<set: Android.Runtime.Register("setDiffusion", "(S)V", "GetSetDiffusion_SHandler")>]
member this.Diffusion : int16 with get, set

Property Value

the diffusion level. See #setDiffusion(short) for units.

Attributes

Exceptions

Remarks

Property getter documentation:

Gets diffusion level.

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

Property setter documentation:

Sets the echo density in the late reverberation decay.

The scale should approximately map linearly to the perceived change in reverberation.

Java documentation for android.media.audiofx.EnvironmentalReverb.setDiffusion(short).

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