| ID3v1 Class |
Namespace: Alvas.Audio
The ID3v1 type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Album |
30 characters of the album name
| |
| Artist |
30 characters of the artist name
| |
| Comment |
The comment. Up to 30 characters
| |
| Genre |
Genre. Use Genre.None if undefined.
| |
| Title |
30 characters of the title
| |
| Year |
A four-digit year
|