Click or drag to resize

ID3File Methods

The ID3File type exposes the following members.

Methods
 NameDescription
Public methodDump Dumps a summary of the parsed information as a multi-line string.
Public methodStatic memberParse Parses an ID3 v2.x and V1.x tagged file and extracts important information that defines the offsets and lengths of the headers, frames and data within the file.
Public methodUpdateNormalized Updates the original file that was parsed to create this ID3File instance. The tag, frames, padding and audio data are written with all sizes and offsets guaranteed to be correct according to the ID3 standards.
Public methodUpsertFrame Updates or inserts a frame with raw byte array data. The method can be used to create non text or url frames that have unusual contents. The ID3DataBuilder class can be used to more easily build a buffer out of data segments.
Public methodUpsertTextFrame Updates or inserts a text frame. The id of the frame dictates which format category the frame falls into and what fields it can contain (see id3.org for details). An exception is thrown if the lang or description parameters are specified but the frame format for the id does not support them.
Top
See Also