BASS.NET API for the Un4seen BASS Audio Library

WINAMP_DSPSetSongTitle 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 SetSongTitle(
	string title
)

Parameters

title
Type: SystemString
The song title to set.

Return Value

Type: Boolean
on success, else .
Remarks

Some Winamp DSPs require or simply display a current song title. Use this method to set this song title. 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 song title at all. For streaming DSPs (e.g. SHOUTcast Source DSP) use this function to set the title metadata.
See Also

Reference