Click or drag to resize

ID3TagsLib Methods

The ID3TagsLib type exposes the following members.

Methods
  NameDescription
Public methodAddImageFromFile
Set the ID3 tags to the opened multimedia files.
Public methodClearAllTags
Clear all the tags of the selected multimedia file.
Public methodClearTag
Remove a tag type from the opened multimedia file.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
Public methodInit
Init the library with your registration key. Use 'Trial Mode.' on trial. This function must be call before using any functionality of the library.
Public methodOpen
Open a multimedia file. You can add/get/set tags only after calling this function. The supported format are: avi, mp3, mpc, mp4, asf, aiff, aif, aifc, tta, wv, ogg, flac, spx, opus, ape, xiph, wma, jpg, jpeg, png, mpg, mpeg and many other multimedia files.
Public methodSet
Set the ID3 tags to the opened multimedia files.
Top
See Also