ID3tag11.cls


Version: 1.0
Size:
5KB
Requirements:
No special requirements
Seller:
Alvaro Redondo
Price:
Free
System:
Windows NT
Rating:
4.3
License:
Freeware

Description - ID3tag11.cls



ID3 tags are used to store information in Multimedia files, commonly MP3 files. This class manages version 1.0 and 1.1 ID3 tags.Album as String: Gets / sets the name of the album. Artist as String: Gets / sets the name of the artist. Comment: Gets / sets an additional comment. FileExists as Boolean (read-only): Returns True if the file pointed to exists. FileName as String: Path to the file to edit its ID3 tag. Genre as enGenres: Here you set the genre of the song. You can select from a set of predefinied genres in the enGenres enumeration. HasID3tag as Boolean (read-only): Returns True if the file pointed to already has an ID3 tag, or False otherwise. Name as String: Name. SongNumber as Integer: Must be Between 0 and 255. Here you can set the number of the track in the album. Year as Integer: Must be between 0 and 9999.



More in Source Code-ID3tag11.cls

Integer Must Gets Sets String Gets Sets