Click or drag to resize

LiteHelper Methods

The LiteHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCalcBestV1Genre 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.
Public methodStatic memberCheckFrameId 
Public methodStatic memberCheckHasDescription 
Public methodStatic memberCheckHasLanguage 
Public methodStatic memberCheckIsText 
Public methodStatic memberCheckIsTextOrUrl 
Public methodStatic memberCheckIsType This check requires a joined lookup of the configuration XML.
Public methodStatic memberCheckIsUrl 
Public methodStatic memberCheckNullEmpty 
Public methodStatic memberCheckRange 
Public methodStatic memberFilenameToImageMime 
Public methodStatic memberFromHex 
Public methodStatic memberFromLeSize24 
Public methodStatic memberFromLeSize32 
Public methodStatic memberFromSyncsafeSize32 
Public methodStatic memberIsFrameBlobType Tests if a frame ID is in the 'Blob' set.
Public methodStatic memberIsFrameEncDescTextType Tests if a frame ID is in the 'EncDescText' set.
Public methodStatic memberIsFrameEncDescUrlType Tests if a frame ID is in the 'EncDescUrl' set.
Public methodStatic memberIsFrameEncLangDescTextType Tests if a frame ID is in the 'EncLangDescText' set.
Public methodStatic memberIsFrameEncLangTextType Tests if a frame ID is in the 'EncLangText' set.
Public methodStatic memberIsFrameEncTextType Tests if a frame ID is in the 'EncText' set.
Public methodStatic memberIsFrameMulti Determines if a frame ID is allowed multiple times in a tag.
Public methodStatic memberIsFramePictureType Tests if a frame ID is in the 'Picture' set.
Public methodStatic memberIsFrameText Determines if a frame ID belongs to any text types.
Public methodStatic memberIsFrameTextBlobType Tests if a frame ID is in the 'TextBlob' set.
Public methodStatic memberIsFrameTextOrUrl Determines if a frame ID belongs to any text or url types.
Public methodStatic memberIsFrameUnique Determines if a frame ID is unique in a tag.
Public methodStatic memberIsFrameUrl Determines if a frame ID belongs to any url types.
Public methodStatic memberIsFrameUrlType Tests if a frame ID is in the 'Url' set.
Public methodStatic memberIsFrameWithDescription Determines if a frame ID belongs to any set that has a description.
Public methodStatic memberIsFrameWithEncoding Determines if a frame ID belongs to any set that has encoding.
Public methodStatic memberIsFrameWithLanguage Determines if a frame ID belongs to any set that has an ISO language.
Public methodStatic memberPrintBits(Byte) 
Public methodStatic memberPrintBits(Byte) 
Public methodStatic memberPrintBits(NullableByte) 
Public methodStatic memberPrintChars 
Public methodStatic memberPrintHex(Byte) 
Public methodStatic memberPrintHex(Byte, Int32, Int32) 
Public methodStatic memberReadAscii 
Public methodStatic memberReadBuffer 
Public methodStatic memberReadByte 
Public methodStatic memberReadLeInt 
Public methodStatic memberToSynchSafe32 
Public methodStatic memberWriteAscii 
Public methodStatic memberWriteBuffer 
Public methodStatic memberWriteByte 
Public methodStatic memberWriteLeInt 
Top
See Also