BASS.NET API for the Un4seen BASS Audio Library

BassWaDspBASS_WADSP_Init Method

BASS.NET API for the Un4seen BASS Audio Library
Initializes BASS_WADSP, call this right after you have called BASS_Init(Int32, Int32, BASSInit, IntPtr, IntPtr).

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_Init(
	IntPtr win
)

Parameters

win
Type: SystemIntPtr
The main window handle of your application (e.g. this.Handle) - or Zero for console applications.

Return Value

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

ERROR CODEDescription
BASS_ERROR_ALREADYBASS_WADSP_Init(IntPtr) has already been called and can not be called again.

See Also

Reference