Orthogonal. |
Class | Description | |
---|---|---|
ID3DataBuilder | A utility class that helps build an ID3 frame's data buffer by adding different segments. | |
ID3File | A lightweight class that performs simple manipulation of ID3 v2.x and v1.x tagged files. The class is not designed for complex tag manipulation, it is intended for use in utilities that need to easily parse the tags in files and return summary information about the offsets, lengths and contents of all important tag and data structures in the file. A more comprehensive ID3 processing library can be found in the NTagLite project. | |
ID3Frame | A lightweight class that encapsulates the data in an ID3 v2.3 frame. This class is used by the ID3File class. | |
ID3Metrics | A static ID3 processing utility class to hold constants and simple helper methods. | |
ID3Picture | Encapsulates information in an ID3 v2.3 picture frame. |
Enumeration | Description | |
---|---|---|
FrameType | Defines a set of frame types that have similar data structure. | |
ID3PictureType | Enumeration of picture type (see ID3 v2.3 section 4.15). | |
ID3UpdateTags | An enumeration describing which tags will be written by the UpdateNormalized(Int32, ID3UpdateTags) method. |