This document provides an overview of the ID3 Parser Plug-in.
The ID3 Parser Plug-in is a reference Metadata Utility Framework (MUF) parser plug-in.
ID3 Parser Plug-in Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
ID3 Parser Plug-in is used by the Metadata Utility Library.
Metadata parser plug-ins typically support one media container format (but can support multiple formats). ID3 is an audio file data tagging format that is mainly used for the MP3 audio file format. It stores audio file information such as title, album, artist, track number, duration and so on. The ID3 Parser Plug-in parses and extracts the metadata from the ID3 containers within a MP3 file.
The functionality provided by the ID3 Parser Plug-in is contained within the following classes:
CID3Parser is derived from CMetaDataParser and implements the ID3 Parser Plug-in.
CID3Decode provides the functionality for decoding ID3 containers to extract the metadata.
You can use the ID3 Parser Plug-in to: