BASS.NET API for the Un4seen BASS Audio Library

ICEcastUpdateArtistTitle Method

BASS.NET API for the Un4seen BASS Audio Library
Updates the artist and title of the streaming server.

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

public bool UpdateArtistTitle(
	string artist,
	string title
)

Parameters

artist
Type: SystemString
The new artist name to use.
title
Type: SystemString
The new title name to use.

Return Value

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

An internal implementation will be used to set the artist and title.

See the UpdateMetaDataUsingAdminInterface and UpdateMetaDataUsingNewBitstreams for details.

See Also

Reference