Lite |
public static class LiteHelper
The LiteHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| CalcBestV1Genre | Attempts to calculate the best V1 tag genre byte value by matching simplified strings of the genre description against the standard genre descriptions. It's a bit of a hack attempt to deduce a V1 genre byte from a V2 description. | |
| CheckFrameId | ||
| CheckHasDescription | ||
| CheckHasLanguage | ||
| CheckIsText | ||
| CheckIsTextOrUrl | ||
| CheckIsType | This check requires a joined lookup of the configuration XML. | |
| CheckIsUrl | ||
| CheckNullEmpty | ||
| CheckRange | ||
| FilenameToImageMime | ||
| FromHex | ||
| FromLeSize24 | ||
| FromLeSize32 | ||
| FromSyncsafeSize32 | ||
| IsFrameBlobType | Tests if a frame ID is in the 'Blob' set. | |
| IsFrameEncDescTextType | Tests if a frame ID is in the 'EncDescText' set. | |
| IsFrameEncDescUrlType | Tests if a frame ID is in the 'EncDescUrl' set. | |
| IsFrameEncLangDescTextType | Tests if a frame ID is in the 'EncLangDescText' set. | |
| IsFrameEncLangTextType | Tests if a frame ID is in the 'EncLangText' set. | |
| IsFrameEncTextType | Tests if a frame ID is in the 'EncText' set. | |
| IsFrameMulti | Determines if a frame ID is allowed multiple times in a tag. | |
| IsFramePictureType | Tests if a frame ID is in the 'Picture' set. | |
| IsFrameText | Determines if a frame ID belongs to any text types. | |
| IsFrameTextBlobType | Tests if a frame ID is in the 'TextBlob' set. | |
| IsFrameTextOrUrl | Determines if a frame ID belongs to any text or url types. | |
| IsFrameUnique | Determines if a frame ID is unique in a tag. | |
| IsFrameUrl | Determines if a frame ID belongs to any url types. | |
| IsFrameUrlType | Tests if a frame ID is in the 'Url' set. | |
| IsFrameWithDescription | Determines if a frame ID belongs to any set that has a description. | |
| IsFrameWithEncoding | Determines if a frame ID belongs to any set that has encoding. | |
| IsFrameWithLanguage | Determines if a frame ID belongs to any set that has an ISO language. | |
| PrintBits(Byte) | ||
| PrintBits(Byte) | ||
| PrintBits(NullableByte) | ||
| PrintChars | ||
| PrintHex(Byte) | ||
| PrintHex(Byte, Int32, Int32) | ||
| ReadAscii | ||
| ReadBuffer | ||
| ReadByte | ||
| ReadLeInt | ||
| ToSynchSafe32 | ||
| WriteAscii | ||
| WriteBuffer | ||
| WriteByte | ||
| WriteLeInt |
| Name | Description | |
|---|---|---|
| AllTextTypes | A set to define all frame IDs that are part of any text set. | |
| BlobTypes | A set to define frame IDs that are of type 'Blob'. | |
| ConfigElem | Gets a reference to the library config file as a strongly-typed XElement. | |
| EncDescTextTypes | A set to define frame IDs that are of type 'EncDescText'. | |
| EncDescUrlTypes | A set to define frame IDs that are of type 'EncDescUrl'. | |
| EncLangDescTextTypes | A set to define frame IDs that are of type 'EncLangDescText'. | |
| EncLangTextTypes | A set to define frame IDs that are of type 'EncLangText'. | |
| EncTextTypes | A set to define frame IDs that are of type 'EncText'. | |
| PictureTypes | A set to define frame IDs that are of type 'Picture'. | |
| TextBlobTypes | A set to define frame IDs that are of type 'TextBlob'. | |
| UrlTypes | A set to define frame IDs that are of type 'Url'. |