Click or drag to resize

Tag Properties

The Tag type exposes the following members.

Properties
 NameDescription
Public propertyAlbum Convenience property: Gets or sets the Album in a TALB frame.
Public propertyArtist Convenience property: Gets or sets the Artist in a TPE1 frame.
Public propertyArtistWebPage Convenience property: Gets or sets the ArtistWebPage in a WOAR frame.
Public propertyBand Convenience property: Gets or sets the Band in a TPE2 frame.
Public propertyComment Convenience property: Gets or sets the Comment in a COMM frame.
Public propertyComposer Convenience property: Gets or sets the Composer in a TCOM frame.
Public propertyConductor Convenience property: Gets or sets the Conductor in a TPE3 frame.
Public propertyCopyright Convenience property: Gets or sets the Copyright in a TCOP frame.
Public propertyCopyrightWebPage Convenience property: Gets or sets the CopyrightWebPage in a WCOP frame.
Public propertyEncodedBy Convenience property: Gets or sets the EncodedBy in a TENC frame.
Public propertyFlags Gets the flags byte in the ID3 tag header.
Public propertyFrameCount Gets the total number of frames in the tag.
Public propertyFrames Gets a read only collection of all frames in the tag.
Public propertyGenre Convenience property: Gets or sets the Genre in a TCON frame.
Public propertyHasExtendedHeader See ID3 v2.3 section 3.1 'b' (Extended header flag bit)
Public propertyHasFooter See ID3 v2.4 section 3.1 'd' (footer present flag bit)
Public propertyId Gets the string identifier of the ID3 tag header (expected to be 'ID3').
Public propertyIsCompressed See ID3 v2.2 section 3.1 'a' (compression flag bit)
Public propertyIsExperimental See ID3 v2.3 and v2.4 section 3.1 'c' (Experimental flag bit)
Public propertyIsUnsynchronised See ID3 v2.2, v2.3 and v2.4 section 3.1 'a' (Unsynchronisation flag bit)
Public propertyLyricist Convenience property: Gets or sets the Lyricist in a TEXT frame.
Public propertyMajorVersion Gets the first version number in the ID3 tagheader (only 2, 3 and 4 are supported).
Public propertyMedia Convenience property: Gets or sets the Media in a TMED frame.
Public propertyMinorVersion Gets the second version number in the ID3 tag header (the library ignores this value).
Public propertyOriginalArtist Convenience property: Gets or sets the OriginalArtist in a TOPE frame.
Public propertyOriginalLyricist Convenience property: Gets or sets the OriginalLyricist in a TOLY frame.
Public propertyOriginalTitle Convenience property: Gets or sets the OriginalTitle in a TOAL frame.
Public propertyOtherWebPage Convenience property: Gets or sets the OtherWebPage in a WXXX frame.
Public propertyOwner Convenience property: Gets or sets the Owner in a TOWN frame.
Public propertyPublisher Convenience property: Gets or sets the Publisher in a TPUB frame.
Public propertyRating Convenience property: Gets or sets the rating as a value from 0-255.
Public propertyRawSizeBytes Gets the raw synchsafe bytes specifying the ID3 tag size.
Public propertySize Gets the size of the ID3 after decoding the raw synchsafe size bytes. The size includes all frames and padding.
Public propertyTextFrames Gets an enumerable set of all text frames in the tag.
Public propertyTextOrUrlFrames Gets an enumerable set of all text or url frames in the tag.
Public propertyTitle Convenience property: Gets or sets the Title in a TIT2 frame.
Public propertyTrackCount Convenience property: Gets or sets the track count in a TRCK frame.
Public propertyTrackNumber Convenience property: Gets or sets the track number in a TRCK frame.
Public propertyUnsynchedLyrics Convenience property: Gets or sets the UnsynchedLyrics in a USLT frame.
Public propertyUrlFrames Gets an enumerable set of all url frames in the tag.
Public propertyUserText Convenience property: Gets or sets the UserText in a TXXX frame.
Public propertyV1Offset Gets the offset into the file where the V1 tag was found.
Public propertyV1TagFound Gets a flag indicating if a V1 tag was found at the end of the file.
Public propertyV2TagFound Gets a flag indicating if a V2 tag was found at the start of the file.
Public propertyYear Convenience property: Gets or sets the year in a TYER frame.
Top
See Also