Click or drag to resize

Orthogonal.NTagLite Namespace

Contains all core library implementation classes.
Classes
 ClassDescription
Public classAudioFrameHeader Encapsulates audio information. Borrowed from the codeproject article MPEG Audio Frame Header. This class is not an original part of the NTagLite project source.
Public classDataBuilder A convenient wrapper around an expanding buffer that helps construct a Frame data buffer.
Public classFrame Encapsulates a single piece of information in a Tag.
Public classGenreItem Represents a standard genre item.
Public classLiteEncoder A helper class to encapsulate anything related to encoding and decoding strings and bytes.
Public classLiteFile Encapsulates a single file that has been opened and parsed for ID3 tag information.
Public classLiteHelper A static class of helper methods for any component of the NTagLite library.
Public classLogger 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.
Public classMediaGroup Represents a standard media group.
Public classMediaItem Represents a standard media item.
Public classMetrics A static collection of constants defining the values, offsets and lengths of important values in the ID3 tagging world.
Public classPicture A strongly typed class encapsulating information for an APIC frame.
Public classTag Encapsulates all v2.x and v1.x tag and frame information parsed from a file.
Public classTagException 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.
Enumerations
 EnumerationDescription
Public enumerationFrameId An enumeration of all Frame IDs described in the V2.3.0 informal standard.
Public enumerationFrameType An enumeration of the distinct types of frames that exist according to the format of the frame's data.
Public enumerationLitePictureType An enumeration of the picture frame types described at id3.org.
Public enumerationLiteUpdateResults Combinable enumerated values that report what happened during UpdateFile processing.
Public enumerationLiteUpdateTags An enumeration of values to control which tags are emitted by a call to UpdateFile(LiteUpdateTags).
Public enumerationTagErrorCode Enumeration of tag read failure types.
Public enumerationTextEncoding Defines how text is stored in a Frame.