Orthogonal. |
| Class | Description | |
|---|---|---|
| AudioFrameHeader | Encapsulates audio information. Borrowed from the codeproject article MPEG Audio Frame Header. This class is not an original part of the NTagLite project source. | |
| DataBuilder | A convenient wrapper around an expanding buffer that helps construct a Frame data buffer. | |
| Frame | Encapsulates a single piece of information in a Tag. | |
| GenreItem | Represents a standard genre item. | |
| LiteEncoder | A helper class to encapsulate anything related to encoding and decoding strings and bytes. | |
| LiteFile | Encapsulates a single file that has been opened and parsed for ID3 tag information. | |
| LiteHelper | A static class of helper methods for any component of the NTagLite library. | |
| Logger | A static helper class to sink all logging/tracing requests and broadcast them using standard Framework TraceSource tracing techniques. Event Id numbers in the range 100-199 are verbose, 200-299 are information and 900-999 are errors. | |
| MediaGroup | Represents a standard media group. | |
| MediaItem | Represents a standard media item. | |
| Metrics | A static collection of constants defining the values, offsets and lengths of important values in the ID3 tagging world. | |
| Picture | A strongly typed class encapsulating information for an APIC frame. | |
| Tag | Encapsulates all v2.x and v1.x tag and frame information parsed from a file. | |
| TagException | An exception type that indicates a failure by this library to read a tag. The exception can be thrown by the detection of unsupported features or unrecognisable or erroneous data formatting. |
| Enumeration | Description | |
|---|---|---|
| FrameId | An enumeration of all Frame IDs described in the V2.3.0 informal standard. | |
| FrameType | An enumeration of the distinct types of frames that exist according to the format of the frame's data. | |
| LitePictureType | An enumeration of the picture frame types described at id3.org. | |
| LiteUpdateResults | Combinable enumerated values that report what happened during UpdateFile processing. | |
| LiteUpdateTags | An enumeration of values to control which tags are emitted by a call to UpdateFile(LiteUpdateTags). | |
| TagErrorCode | Enumeration of tag read failure types. | |
| TextEncoding | Defines how text is stored in a Frame. |