ID |
public static class ID3Metrics
The ID3Metrics type exposes the following members.
Name | Description | |
---|---|---|
AllowMulti | Determines if a frame ID can have multiple entries in a tag. | |
GetAscii | ||
GetUnicode | ||
IdToType | Converts a frame ID to its format type enum. | |
IsTextBadChars | Determines if text contains bad control characters. | |
IsTextUnicode | Determines if text must be encoded in a frame as unicode. |
Name | Description | |
---|---|---|
BomBE | The byte-order-marker bytes for Unicode big endian. | |
BomLE | The byte-order-marker bytes for Unicode little endian. | |
Encoded_ISO_8859_1 | Encoding byte indicating an ASCII (ISO-8859-1) encoded frame. | |
Encoded_Unicode | Encoding byte indicating a Unicode encoded frame, either LE or BE. | |
Typelines | The following representation of how a frame type is associated with a set of frame IDs is partly stolen from the Orthogonal.NTagLite library. These text and url frames are the only ones supported by this library, all others are treated as typeless blobs. | |
V1TagLength | The length of the V1 tag. | |
V2FrameHeaderLength | The length of a V2.3+ frame header. | |
V2HeaderLength | The length of a V2.3+ tag header. |