ID3 informations.
TID3InfoW = record Title: WideString; Artist: WideString; Album: WideString; Year: WideString; Comment: WideString; Track: WideString; Genre: WideString; end;
|
Parameters |
Description |
|
Title |
Title. |
|
Artist |
Artist. |
|
Album |
Album. |
|
Year |
Year. |
|
Comment |
Comment |
|
TrackNum |
Track number. |
|
Genre |
Genre. |
All members of this structure are strings. Class instance allocates memory for these members and class instance is responsible for this memory. These pointers are valid until you destroy class.
|
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |