BASS.NET API for the Un4seen BASS Audio Library

StreamingServerForceUTF8TitleUpdates Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if title updates (via UpdateTitle(String, String)) should in any case use UTF-8 (default is ).

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

public bool ForceUTF8TitleUpdates { get; set; }

Property Value

Type: Boolean

Implements

IStreamingServerForceUTF8TitleUpdates
Remarks

Depending on the streaming server and stream format being used title updates might be performed using Windows-1252, Latin1 or UTF-8 encoding by default. When setting this property to you can force title updates to be performed using UTF-8 encoding.

Note: Only set this property to if you are sure, that the streaming server supports title updates in UTF-8!

The default behaviour (when this property is set to ) is as followed:

Streaming ServerTitle Updates in
SHOUTcastWindows-1252 codepage (Latin1)
ICEcast

OGG streams: UTF-8

non-OGG streams: ISO-8859-1 (Latin1)

WMAcastUTF-8

See Also

Reference