ID3V2EncodingType
ID3V2EncodingType enumeration
Defines different types of text encoding used in ID3v2.
public enum ID3V2EncodingType : byte
Values
Name | Value | Description |
---|---|---|
Iso88591 | 0 |
The ISO-8859-1 encoding. |
Utf16 | 1 |
The UTF-16 encoding with BOM. |
Utf16Be | 2 |
The UTF-16 encoding without BOM. |
Utf8 | 3 |
The UTF-8 encoding. |
See Also
- namespace GroupDocs.Metadata.Formats.Audio
- assembly GroupDocs.Metadata