ID3 informations (UNICODE version).
typedef struct { wchar_t * Title; wchar_t * Artist; wchar_t * Album; wchar_t * Year; wchar_t * Comment; wchar_t * TrackNum; wchar_t * Genre; } TID3InfoW;
Parameters |
Description |
Title |
Title. |
Artist |
Artist. |
Album |
Album. |
Year |
Year. |
Comment |
Comment |
TrackNum |
Track number. |
Genre |
Genre. |
All members of this structure are pointers to UNICODE null terminated string. Interface instance allocates memory for these members and interface 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 |