BASS.NET API for the Un4seen BASS Audio Library

TAGINFOEncoding Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Used with UpdateFromMETA(IntPtr, Boolean, Boolean) to define which encoding to use.

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

public enum TAGINFOEncoding
Members

  Member nameValueDescription
Ansi0 Use the default ANSI encoding (current operating system's settings).
Latin11 Use Latin-1 (ISO-8859-1) encoding.

Note: If the UseBrokenLatin1Behavior property is set this also uses the default Ansi encoding.

Utf82 Use Utf-8 encoding.
Utf8OrLatin13 Use Utf-8 or Latin-1 encoding (whatever returns the shorter string).
See Also

Reference