BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSPLoad Method

BASS.NET API for the Un4seen BASS Audio Library
Loads the Winamp DSP plugin.

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

public bool Load()

Return Value

Type: Boolean
on success, else .
Remarks

Make sure to call Unload when you don't need it anymore in order to unload and free the plugin.
See Also

Reference