BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_PluginInfoFree Method

BASS.NET API for the Un4seen BASS Audio Library
Free the temporary plugin info resources.

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_PluginInfoFree()

Return Value

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

Should and must be called after BASS_WADSP_PluginInfoLoad(String) when the plugin info is not needed anymore.

ERROR CODEDescription
BASS_ERROR_INITBASS_WADSP_PluginInfoLoad(String) has not been called.

See Also

Reference