EnvironmentalReverb.DecayTime 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 decay time. -or- Sets the time taken for the level of reverberation to decay by 60 dB.
public virtual int DecayTime { [Android.Runtime.Register("getDecayTime", "()I", "GetGetDecayTimeHandler")] get; [Android.Runtime.Register("setDecayTime", "(I)V", "GetSetDecayTime_IHandler")] set; }
[<get: Android.Runtime.Register("getDecayTime", "()I", "GetGetDecayTimeHandler")>]
[<set: Android.Runtime.Register("setDecayTime", "(I)V", "GetSetDecayTime_IHandler")>]
member this.DecayTime : int with get, set
Property Value
the decay time in milliseconds.
- Attributes
Exceptions
Remarks
Property getter documentation:
Gets the decay time.
Java documentation for android.media.audiofx.EnvironmentalReverb.getDecayTime()
.
Property setter documentation:
Sets the time taken for the level of reverberation to decay by 60 dB.
Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayTime(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.