ID3V2EncodingType
ID3V2EncodingType enumeration
Definiert verschiedene Typen von Textcodierungen, die in ID3v2 verwendet werden.
public enum ID3V2EncodingType : byte
Werte
Name | Wert | Beschreibung |
---|---|---|
Iso88591 | 0 |
Die ISO-8859-1-Codierung. |
Utf16 | 1 |
Die UTF-16-Kodierung mit BOM. |
Utf16Be | 2 |
Die UTF-16-Kodierung ohne BOM. |
Utf8 | 3 |
Die UTF-8-Kodierung. |
Siehe auch
- namensraum GroupDocs.Metadata.Formats.Audio
- Montage GroupDocs.Metadata