![]() GetGenreName | Get genre name by id. |
![]() GetGenres | Get a list of all genres supported by ID3v1 (+ WinAmp extensions). |
ID3v1 Constructor
|
Creates a ID3v1 object to access the meta data of the file specified in the filename parameter. Calls ReadTag. |
Album | Name of the album (limited to 30 characters). |
Artist | Name of the artist (limited to 30 characters). |
Comment | A comment (limited to 28 characters). |
Genre | A genre string consisting of the name of one of the genres supported by ID3v1. |
Title | Title of the track (limited to 30 characters). |
Track | Tracknumber (a string representing a number from 0-255). |
Year | The year of release (limited to 4 characters). |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ReadTag | Read the ID3v1 tag information from the file. |
ToString (inherited from Object) | |
WriteTag | Save the ID3v1 tag informatin to the file. |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |