Data structure for APEv1 and APEv2 tags. The property names are based on the APE keys.
For more information about the APE keys, go to http://wiki.hydrogenaudio.org/index.php?title=APE_key.
Declaration Syntax
C# | Visual Basic |
public class APETag
Public Class APETag
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
APETag()()()() |
Default constructor for the APETag class.
| |
Abstract |
Abstract (no idea, don't ask me!).
| |
Album |
Album name.
| |
Artist |
Performing artist, list of performing artists.
| |
Bibliography |
Bibliography/Discography.
| |
Catalog |
ISBN number with check digit.
| |
Comment |
User comment(s).
| |
Composer |
Name of the original composer, name of the original arranger.
| |
Conductor |
Conductor name.
| |
Copyright |
Copyright holder.
| |
DebutAlbum |
Debut album name.
| |
Dictionary |
List of key/values contained in the APE tag.
| |
EAN_UPC |
EAN-13/UPC-A bar code identifier.
| |
Equals(Object) | (Inherited from Object.) | |
File |
File location.
| |
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.) | |
Genre |
Genre(s).
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
Index |
Indexes for quick access (index time). Can be a list of index times.
| |
ISBN |
ISBN number with check digit.
| |
Language |
Used language(s) for music/spoken words.
| |
LC |
Label code.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PublicationRight |
Publication right holder.
| |
Publisher |
Record label or publisher.
| |
RecordDate |
Record date.
| |
RecordLocation |
Record location(s).
| |
Related |
Location of related information.
| |
Subtitle |
Title when the Title property contains the work or additional subtitle.
| |
TagSize |
Defines the APE tag size (including the header if APEv2).
This value excludes the APEv1/APEv2 footer size.
| |
Title |
Music piece title, music work.
| |
ToString()()()() | (Inherited from Object.) | |
Track |
Track number, Track number/Total tracks number.
| |
Version |
Defines the APE tag version (APEv1 or APEv2).
Unknown if the APE tag was not found.
| |
Year |
Release date.
|
Inheritance Hierarchy
Object | |
APETag |