BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastUpdateTitle 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 override 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.
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)
Remarks

When UseBASS is set to , BASS_Encode_CastSetTitle(Int32, String, String) will be used internally - else an internal implementation will be used.

Calling this method does NOT sets the SongTitle property - but will use it in case of UseSHOUTcastv2= as the TIT2 metadata value (see v2SendSongTitleOnly)! If the SongTitle property is or empty the TAG_INFO data will be used instead.

See Also

Reference