BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_GetName Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the name of the loaded Winamp DSP plugin.

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

public static string BASS_WADSP_GetName(
	int plugin
)

Parameters

plugin
Type: SystemInt32
The plugin handle (returned by BASS_WADSP_Load(String, Int32, Int32, Int32, Int32, WINAMPWINPROC)).

Return Value

Type: String
The name of the plugin on success or on error. Use BASS_ErrorGetCode to get the error code.
Remarks

ERROR CODEDescription
BASS_ERROR_HANDLEThe plugin is not a valid plugin handle.

See Also

Reference