BASS.NET API for the Un4seen BASS Audio Library

IStreamingServerUpdateTitle Method (String, String)

BASS.NET API for the Un4seen BASS Audio Library
Updates the title song and/or url of the streaming server.

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

bool UpdateTitle(
	string song,
	string url
)

Parameters

song
Type: SystemString
The title of the song which should be updated.
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).
See Also

Reference