BASS.NET API for the Un4seen BASS Audio Library

ICEcastUpdateTitle Method (TAG_INFO, String)

BASS.NET API for the Un4seen BASS Audio Library
Special handling for ICEcast and special encoders (Flac, Ogg, ...) who need new bitstream's.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
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 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)
Remarks

See the UpdateMetaDataUsingAdminInterface and UpdateMetaDataUsingNewBitstreams for details.

See Also

Reference