Share via


EnvironmentalReverb.DecayHFRatio Property

Definition

Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies. -or- Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low frequencies.

public virtual short DecayHFRatio { [Android.Runtime.Register("getDecayHFRatio", "()S", "GetGetDecayHFRatioHandler")] get; [Android.Runtime.Register("setDecayHFRatio", "(S)V", "GetSetDecayHFRatio_SHandler")] set; }
[<get: Android.Runtime.Register("getDecayHFRatio", "()S", "GetGetDecayHFRatioHandler")>]
[<set: Android.Runtime.Register("setDecayHFRatio", "(S)V", "GetSetDecayHFRatio_SHandler")>]
member this.DecayHFRatio : int16 with get, set

Property Value

the decay HF ration. See #setDecayHFRatio(short) for units.

Attributes

Exceptions

Remarks

Property getter documentation:

Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies.

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

Property setter documentation:

Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low frequencies.

Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayHFRatio(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