AudioManager.UnloadSoundEffects Method

Definition

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.

Applies to