Data structure for ID3v2 tags.

C# | Visual Basic |
public class ID3v2Tag
Public Class ID3v2Tag

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ID3v2Tag()()()() |
Default constructor for the ID3v2Tag class.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExtendedHeader |
Indicates if the file contains an extended header.
|
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | TagFound |
Indicates if the ID3v2 tags have been found.
|
![]() | TagSize |
Defines the ID3v2 tag size.
|
![]() | ToString()()()() | (Inherited from Object.) |
![]() | Version |
Defines the ID3v2 tag version (0 = ID3v2.0, 1 = ID3v2.1, etc.)
Unknown if the ID3v2 tag was not found.
|

Object | |
![]() | ID3v2Tag |