ID3-Sync Scripting API

IMetaParser Interface

Interface used by classes that manipulate meta data of audio files such as OGG Vorbis, ID3v1 or ID3v2.

For a list of all members of this type, see IMetaParser Members.

[Visual Basic]
Public Interface IMetaParser
[C#]
public interface IMetaParser

Types that implement IMetaParser

Type Description
ID3v1 ID3v1 meta data manipulation.
ID3v2 ID3v2 meta data manipulation.
OGG OGG meta data manipulation.
WMA WMA meta data manipulation

Requirements

Namespace: ID3Sync.IO

Assembly: id3-sync.shared (in id3-sync.shared.dll)

See Also

IMetaParser Members | ID3Sync.IO Namespace