ID3V2EncodingType enumeration

ID3V2EncodingType enumeration

Defines different types of text encoding used in ID3v2.

The ID3V2EncodingType type exposes the following members:

Fields

Field Description
ISO88591 The ISO-8859-1 encoding.
UTF16 The UTF-16 encoding with BOM.
UTF_16_BE The UTF-16 encoding without BOM.
UTF8 The UTF-8 encoding.

See Also