BASS.NET API for the Un4seen BASS Audio Library

WMAcastUpdateTitle 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
- not supported for WMAcast.

Return Value

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

Implements

IStreamingServerUpdateTitle(String, String)
Remarks

Updatig the song title on a Windows Media server does effectivly not work. Use the initial SongTitle instead. This method sends the "CAPTION" script command to the encoder. The global SongTitle is not updated by this call!

This is a text string that is displayed in the captions area of Windows Media Player. This supports standard HTML formatting, so the text can be formatted as you wish.

See Also

Reference