Click or drag to resize

ID3Tags Class

Inheritance Hierarchy

Namespace:  CSID3Tags
Assembly:  CSID3Tags (in CSID3Tags.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ID3Tags : ID3TagsLib

The ID3Tags type exposes the following members.

Constructors
  NameDescription
Public methodID3Tags
Initializes a new instance of the ID3Tags class
Top
Properties
  NameDescription
Public propertyUserKey
The user key.
Public propertyUserName
The user name.
Top
Methods
  NameDescription
Public methodCheckLicense
Check the user license of the component.
Protected methodDispose
Clean up any resources being used.
(Overrides ID3TagsLibDispose(Boolean).)
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.
(Overrides ID3TagsLibOpen(String).)
Public methodResetFont (Overrides Control.ResetFont.)
Public methodSet
Set the ID3 tags to the opened multimedia files.
(Overrides ID3TagsLibSet.)
Top
See Also