BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_Free Method

BASS.NET API for the Un4seen BASS Audio Library
Frees all resources of BASS_WADSP - call this method at the end of your application.

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

[DllImportAttribute("bass_wadsp")]
public static bool BASS_WADSP_Free()

Return Value

Type: Boolean
on success, else . Use BASS_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_INITBASS_WADSP_Init(IntPtr) has not been called before.

See Also

Reference