public final class ID3V2EncodingType
extends com.aspose.ms.System.Enum
Defines different types of text encoding used in ID3v2.
Modifier and Type | Field and Description |
---|---|
static byte |
Iso88591
The ISO-8859-1 encoding.
|
static byte |
Utf16
The UTF-16 encoding with BOM.
|
static byte |
Utf16Be
The UTF-16 encoding without BOM.
|
static byte |
Utf8
The UTF-8 encoding.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte Iso88591
The ISO-8859-1 encoding.
public static final byte Utf16
The UTF-16 encoding with BOM.
public static final byte Utf16Be
The UTF-16 encoding without BOM.
public static final byte Utf8
The UTF-8 encoding.