Click or drag to resize

ID3TagsLib Class

Inheritance Hierarchy

Namespace:  CSID3TagsLib
Assembly:  CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class ID3TagsLib : UserControl

The ID3TagsLib type exposes the following members.

Constructors
  NameDescription
Public methodID3TagsLib
Constructor.
Top
Properties
  NameDescription
Public propertyFileName
The file name of the opened multimedia file.
Public propertyFileProperties
The properties of the opened multimedia file.
Public propertyRatingStars
The rating stars of the opened multimedia file. This value can be 0 (unrated) to 5 (best).
Public propertyRatingUser
The user of the rating tag. The default value is: "Windows Media Player 9 Series".
Public propertyTagAlbum
The album name of the opened multimedia file.
Public propertyTagArtists
A list of strings for the TagArtists of the opened multimedia file.
Public propertyTagComment
The comment of the opened multimedia file.
Public propertyTagComposers
A list of strings for the TagComposers of the opened multimedia file.
Public propertyTagCopyright
The copyright of the opened multimedia file.
Public propertyTagGenres
A list of strings for the TagComposers of the opened multimedia file.
Public propertyTagLyrics
The lyrics of the opened multimedia file.
Public propertyTagPerformers
A list of strings for the TagPerformers of the opened multimedia file. In some cases this tag will be the TagArtists tag.
Public propertyTagRating
The rating value of the opened multimedia file. This value can be 0 (unrated) to 255 (best).
Public propertyTagTitle
The TagTitle tag of the opened multimedia file.
Public propertyTagTrack
The Track number of the opened multimedia file.
Public propertyTagYear
The created year of the opened multimedia file.
Top
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