The TAG_INFO type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| album |
The Album name.
| |
| albumartist |
The Album Artist name (Band/Orchestra/Remixer).
| |
| artist |
The Artist name.
| |
| bitrate |
The estimated bitrate of the track in kBit/sec.
| |
| bpm |
Beats Per Minute.
| |
| channelinfo |
The BASS_CHANNELINFO structure.
| |
| comment |
The Comment text.
| |
| composer |
The Composer (as a string).
| |
| conductor |
The conductor (or director) of the content.
| |
| copyright |
The Copyright (as a string).
| |
| disc |
The disc number (as a string, either '99' or '99/99').
| |
| duration |
The estimated duration of the track in seconds.
| |
| encodedby |
The EncodedBy (as a string).
| |
| filename |
The name of the file (only available, if set in the constructor or manually)
| |
| genre |
The Genre (as a string).
| |
| grouping |
Content groups are collections of media to which individual files may belong. For example, an audio file may be a song that is a track on one compact disc that is part of a boxed set.
| |
| isrc |
The International Standard Recording Code (a 12 digit unique alphanumeric number).
| |
| lyricist |
The Lyricist, Songwriter (as a string).
| |
| mood |
The mood of the content.
| |
| producer |
The Producer (as a string).
| |
| publisher |
The Publisher, Label (as a string).
| |
| rating |
The rating of the content (e.g. 0=unrated, 1-20=poor, 21-40=average, 41-60=good, 61-80=very good, 81-100=excellent).
| |
| remixer |
The Remixer, Modifier (as a string).
| |
| replaygain_track_gain |
The track replaygain gain value in dB between -60.0 and +60.0 dB.
| |
| replaygain_track_peak |
The track replaygain peak level value as a float value between 0.0 (silence) and 1.0 (0dB).
| |
| tagType |
The type of TAG being read (one of BASSTag).
| |
| title |
The song title.
| |
| track |
The track number (as a string, either '99' or '99/99').
| |
| year |
The Year (as a string, typically in the format YYYY or YYYY-MM).
|
See Also