BASS.NET API for the Un4seen BASS Audio Library

BassNetUseRiffInfoUTF8 Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets whether or not to use UTF-8 strings when reading RIFF INFO (LIST INFO) chunks.

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

public static bool UseRiffInfoUTF8 { get; set; }

Property Value

Type: Boolean
if UTF-8 is to be used. Otherwise, .
Remarks

Some media players and taggers incorrectly use UTF-8 strings for RIFF INFO (LIST INFO) chunks instead of "Latin1". By setting this property to , your program will read any RIFF INFO (LIST INFO) chunks as UTF-8 strings.
See Also

Reference