BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSPSetFilename Method

BASS.NET API for the Un4seen BASS Audio Library
Sets a global song title for the loaded and started Winamp DSP.

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

public bool SetFilename(
	string filename
)

Parameters

filename
Type: SystemString
The song title to set.

Return Value

Type: Boolean
on success, else .
Remarks

Some Winamp DSPs require or simply display a current playing file name. Use this method to set this file name. It will then be used in the internal Window message handler for all fake Winamp windows. In most cases it is not required to set any file name at all.
See Also

Reference