Android.Media.SoundPool.Unload Method
Unload a sound from a sound ID.

Syntax

[Android.Runtime.Register("unload", "(I)Z", "")]
public bool Unload (int soundID)

Parameters

soundID
a soundID returned by the load() function

Returns

Documentation for this section has not yet been entered.

Remarks

Unload a sound from a sound ID. Unloads the sound specified by the soundID. This is the value returned by the load() function. Returns true if the sound is successfully unloaded, false if the sound was already unloaded.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1