| | Name | Description |
|---|
 | Album |
Convenience property: Gets or sets the Album in a TALB frame.
|
 | Artist |
Convenience property: Gets or sets the Artist in a TPE1 frame.
|
 | ArtistWebPage |
Convenience property: Gets or sets the ArtistWebPage in a WOAR frame.
|
 | Band |
Convenience property: Gets or sets the Band in a TPE2 frame.
|
 | Comment |
Convenience property: Gets or sets the Comment in a COMM frame.
|
 | Composer |
Convenience property: Gets or sets the Composer in a TCOM frame.
|
 | Conductor |
Convenience property: Gets or sets the Conductor in a TPE3 frame.
|
 | Copyright |
Convenience property: Gets or sets the Copyright in a TCOP frame.
|
 | CopyrightWebPage |
Convenience property: Gets or sets the CopyrightWebPage in a WCOP frame.
|
 | EncodedBy |
Convenience property: Gets or sets the EncodedBy in a TENC frame.
|
 | Flags |
Gets the flags byte in the ID3 tag header.
|
 | FrameCount |
Gets the total number of frames in the tag.
|
 | Frames |
Gets a read only collection of all frames in the tag.
|
 | Genre |
Convenience property: Gets or sets the Genre in a TCON frame.
|
 | HasExtendedHeader |
See ID3 v2.3 section 3.1 'b' (Extended header flag bit)
|
 | HasFooter |
See ID3 v2.4 section 3.1 'd' (footer present flag bit)
|
 | Id |
Gets the string identifier of the ID3 tag header (expected to be 'ID3').
|
 | IsCompressed |
See ID3 v2.2 section 3.1 'a' (compression flag bit)
|
 | IsExperimental |
See ID3 v2.3 and v2.4 section 3.1 'c' (Experimental flag bit)
|
 | IsUnsynchronised |
See ID3 v2.2, v2.3 and v2.4 section 3.1 'a' (Unsynchronisation flag bit)
|
 | Lyricist |
Convenience property: Gets or sets the Lyricist in a TEXT frame.
|
 | MajorVersion |
Gets the first version number in the ID3 tagheader (only 2, 3 and 4 are supported).
|
 | Media |
Convenience property: Gets or sets the Media in a TMED frame.
|
 | MinorVersion |
Gets the second version number in the ID3 tag header (the library ignores this value).
|
 | OriginalArtist |
Convenience property: Gets or sets the OriginalArtist in a TOPE frame.
|
 | OriginalLyricist |
Convenience property: Gets or sets the OriginalLyricist in a TOLY frame.
|
 | OriginalTitle |
Convenience property: Gets or sets the OriginalTitle in a TOAL frame.
|
 | OtherWebPage |
Convenience property: Gets or sets the OtherWebPage in a WXXX frame.
|
 | Owner |
Convenience property: Gets or sets the Owner in a TOWN frame.
|
 | Publisher |
Convenience property: Gets or sets the Publisher in a TPUB frame.
|
 | Rating |
Convenience property: Gets or sets the rating as a value from 0-255.
|
 | RawSizeBytes |
Gets the raw synchsafe bytes specifying the ID3 tag size.
|
 | Size |
Gets the size of the ID3 after decoding the raw synchsafe size bytes.
The size includes all frames and padding.
|
 | TextFrames |
Gets an enumerable set of all text frames in the tag.
|
 | TextOrUrlFrames |
Gets an enumerable set of all text or url frames in the tag.
|
 | Title |
Convenience property: Gets or sets the Title in a TIT2 frame.
|
 | TrackCount |
Convenience property: Gets or sets the track count in a TRCK frame.
|
 | TrackNumber |
Convenience property: Gets or sets the track number in a TRCK frame.
|
 | UnsynchedLyrics |
Convenience property: Gets or sets the UnsynchedLyrics in a USLT frame.
|
 | UrlFrames |
Gets an enumerable set of all url frames in the tag.
|
 | UserText |
Convenience property: Gets or sets the UserText in a TXXX frame.
|
 | V1Offset |
Gets the offset into the file where the V1 tag was found.
|
 | V1TagFound |
Gets a flag indicating if a V1 tag was found at the end of the file.
|
 | V2TagFound |
Gets a flag indicating if a V2 tag was found at the start of the file.
|
 | Year |
Convenience property: Gets or sets the year in a TYER frame.
|