ID3 informations.
public struct TID3Info { public string Title; public string Artist; public string Album; public string Year; public string Comment; public string Track; public string Genre; }
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 |