Click or drag to resize
ID3v1 Class
Class represents a ID3 tag version 1.0 for MPEG Layer3 streams.
Inheritance Hierarchy
SystemObject
  Alvas.AudioID3v1

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public class ID3v1

The ID3v1 type exposes the following members.

Constructors
  NameDescription
Public methodID3v1
Initializes a new instance of the ID3v1 class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAlbum
30 characters of the album name
Public propertyArtist
30 characters of the artist name
Public propertyComment
The comment. Up to 30 characters
Public propertyGenre
Genre. Use Genre.None if undefined.
Public propertyTitle
30 characters of the title
Public propertyYear
A four-digit year
Top
See Also