BASS.NET API for the Un4seen BASS Audio Library

StreamingServerUpdateTitle Method (String, String)

BASS.NET API for the Un4seen BASS Audio Library
Updates the song title of the streaming server.

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

public abstract bool UpdateTitle(
	string song,
	string url
)

Parameters

song
Type: SystemString
The song title to use.
url
Type: SystemString
The url which should be updated along with the title (or ).

Return Value

Type: Boolean
on success, else (see LastError or LastErrorMessage for details).

Implements

IStreamingServerUpdateTitle(String, String)
See Also

Reference