TWinAmpCtr.TrackData

TrackData is a read only property that returns data from the ID3 tag.

 

Property TrackData :TTrackData;

 

TrackData returns the ID3Tag (ver1) data from the current track. The ID3Tag is optional in a MP3 file and there is no garanty that is exists.

If no data was found TrackData.TrackHasID3Tag is set to False Also note that even if TrackData.TrackHasID3Tag is True, not all fields may contain data. Fields that are empty is set to empty string. Fields that have data are allways 28 bytes long.