BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_PluginInfoGetModuleCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the number of modules contained in the 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

[DllImportAttribute("bass_wadsp")]
public static int BASS_WADSP_PluginInfoGetModuleCount()

Return Value

Type: Int32
The number of available modules or -1 if an error occured. Use BASS_ErrorGetCode to get the error code.
Remarks

Winamp DSPs might implement multiple different modules within the same DSP plugin.

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.

ERROR CODEDescription
BASS_ERROR_INITBASS_WADSP_PluginInfoLoad(String) has not been called.

See Also

Reference