BASS.NET API for the Un4seen BASS Audio Library

SHOUTcastv2SendSongTitleOnly Field

BASS.NET API for the Un4seen BASS Audio Library
Should SHOUTcast v2 metadata updates only use the SongTitle value?

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

public bool v2SendSongTitleOnly

Field Value

Type: Boolean
Remarks

Only applies to the SHOUTcast v2 protocol. Only used with the UpdateTitle(String, String) overload taking a TAG_INFO parameter.

If this property is set to only the 'TIT2' metadata tag is send to the server using the current SongTitle value. Else (default) the full TAG_INFO members are evaluated and the SongTitle value is ignorred.

See Also

Reference