ID3V2EncodingType
ID3V2EncodingType enumeration
Definieert verschillende typen tekstcodering die worden gebruikt in ID3v2.
public enum ID3V2EncodingType : byte
Waarden
Naam | Waarde | Beschrijving |
---|---|---|
Iso88591 | 0 |
De ISO-8859-1-codering. |
Utf16 | 1 |
De UTF-16-codering met BOM. |
Utf16Be | 2 |
De UTF-16-codering zonder BOM. |
Utf8 | 3 |
De UTF-8-codering. |
Zie ook
- naamruimte GroupDocs.Metadata.Formats.Audio
- montage GroupDocs.Metadata