BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastv2SongTitleNext Field

BASS.NET API for the Un4seen BASS Audio Library
The next song title ('artist - title') to report within the SHOUTcast v2 metadata.

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

public string v2SongTitleNext

Field Value

Type: String
Remarks

Allows you to specify an 'extension'-'soon' block within the v2 metadata. If empty no 'soon' block (next, upcomming song title) will be reported. Must be specified before a call to UpdateTitle(String, String).

Only applies to the SHOUTcast v2 protocol.

Note: This property will be cleared after each UpdateTitle(String, String) call and needs to be set again prior to it.

See Also

Reference