Click or drag to resize

Orthogonal.Common.Basic.ID3 Namespace

Utility classes related to ID3 tag and frame processing.
Classes
 ClassDescription
Public classID3DataBuilder A utility class that helps build an ID3 frame's data buffer by adding different segments.
Public classID3File 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.
Public classID3Frame A lightweight class that encapsulates the data in an ID3 v2.3 frame. This class is used by the ID3File class.
Public classID3Metrics A static ID3 processing utility class to hold constants and simple helper methods.
Public classID3Picture Encapsulates information in an ID3 v2.3 picture frame.
Enumerations
 EnumerationDescription
Public enumerationFrameType Defines a set of frame types that have similar data structure.
Public enumerationID3PictureType Enumeration of picture type (see ID3 v2.3 section 4.15).
Public enumerationID3UpdateTags An enumeration describing which tags will be written by the UpdateNormalized(Int32, ID3UpdateTags) method.