BASS.NET API for the Un4seen BASS Audio Library

StreamingServerUpdateTitle Method (TAG_INFO, 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 virtual bool UpdateTitle(
	TAG_INFO tag,
	string url
)

Parameters

tag
Type: Un4seen.Bass.AddOn.TagsTAG_INFO
The TAG_INFO instance to use to update the song title.
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(TAG_INFO, String)
See Also

Reference