AudioManager.UnloadSoundEffects Method
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.
Unload Sound effects.
[Android.Runtime.Register("unloadSoundEffects", "()V", "GetUnloadSoundEffectsHandler")]
public virtual void UnloadSoundEffects ();
[<Android.Runtime.Register("unloadSoundEffects", "()V", "GetUnloadSoundEffectsHandler")>]
abstract member UnloadSoundEffects : unit -> unit
override this.UnloadSoundEffects : unit -> unit
- Attributes
Remarks
Unload Sound effects. This method can be called to free some memory when sound effects are disabled.
Java documentation for android.media.AudioManager.unloadSoundEffects()
.
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.