ID3TagsLib Class |
Namespace: CSID3TagsLib
The ID3TagsLib type exposes the following members.
Name | Description | |
---|---|---|
ID3TagsLib |
Constructor.
|
Name | Description | |
---|---|---|
FileName |
The file name of the opened multimedia file.
| |
FileProperties |
The properties of the opened multimedia file.
| |
RatingStars |
The rating stars of the opened multimedia file. This value can be 0 (unrated) to 5 (best).
| |
RatingUser |
The user of the rating tag. The default value is: "Windows Media Player 9 Series".
| |
TagAlbum |
The album name of the opened multimedia file.
| |
TagArtists |
A list of strings for the TagArtists of the opened multimedia file.
| |
TagComment |
The comment of the opened multimedia file.
| |
TagComposers |
A list of strings for the TagComposers of the opened multimedia file.
| |
TagCopyright |
The copyright of the opened multimedia file.
| |
TagGenres |
A list of strings for the TagComposers of the opened multimedia file.
| |
TagLyrics |
The lyrics of the opened multimedia file.
| |
TagPerformers |
A list of strings for the TagPerformers of the opened multimedia file. In some cases this tag will be the TagArtists tag.
| |
TagRating |
The rating value of the opened multimedia file. This value can be 0 (unrated) to 255 (best).
| |
TagTitle |
The TagTitle tag of the opened multimedia file.
| |
TagTrack |
The Track number of the opened multimedia file.
| |
TagYear |
The created year of the opened multimedia file.
|
Name | Description | |
---|---|---|
AddImageFromFile |
Set the ID3 tags to the opened multimedia files.
| |
ClearAllTags |
Clear all the tags of the selected multimedia file.
| |
ClearTag |
Remove a tag type from the opened multimedia file.
| |
Dispose |
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).) | |
Init |
Init the library with your registration key. Use 'Trial Mode.' on trial. This function must be call before using any functionality of the library.
| |
Open |
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.
| |
Set |
Set the ID3 tags to the opened multimedia files.
|