BASS.NET API for the Un4seen BASS Audio Library

BassSfxBASS_SFX_Free Method

BASS.NET API for the Un4seen BASS Audio Library
Frees all resources used by SFX.

Namespace:  Un4seen.Bass.AddOn.Sfx
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_sfx")]
public static bool BASS_SFX_Free()

Return Value

Type: Boolean
If successful, then is returned, else is returned.
Remarks

This function should be called before your program exits.
See Also

Reference