ID3 informations (ANSI version).
typedef struct { char * Title; char * Artist; char * Album; char * Year; char * Comment; char * TrackNum; char * Genre; } TID3Info;
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 ANSI 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 |