BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastUpdateTitle 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 override bool UpdateTitle(
	string song,
	string url
)

Parameters

song
Type: SystemString
The new 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)
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 also sets the SongTitle property accordingly.

See Also

Reference