BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_PluginInfoGetModuleNames Method

BASS.NET API for the Un4seen BASS Audio Library
Returns an array of strings containing all module names of a Winamp DSP which has been loaded into the temporary plugin info workspace.

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

public static string[] BASS_WADSP_PluginInfoGetModuleNames()

Return Value

Type: String
All names of all modules contained in the Winamp DSP.
Remarks

You can use this method in a setup dialog to list all the available modules of a Winamp DSP.

The BASS.NET API offers an additional helper class WINAMP_DSP which internally uses the temporary plugin info workspace and makes it obsolete to use these methods directly.

See Also

Reference