BASS.NET API for the Un4seen BASS Audio Library

BroadCastUpdateTitle Method (TAG_INFO, String)

BASS.NET API for the Un4seen BASS Audio Library
Updates the title of the playing song on a broadcast server.

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

public bool UpdateTitle(
	TAG_INFO tag,
	string url
)

Parameters

tag
Type: Un4seen.Bass.AddOn.TagsTAG_INFO
The TAG_INFO instance to use to set the new song title (if or empty will be returned).
url
Type: SystemString
The optional song url to go along with the title (only for SHOUTcast - else ).

Return Value

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

This method can be used for both the manual and the automatic connection mode.
See Also

Reference