ID3 informations.
Public Structure TID3Info Public Title As String Public Artist As String Public Album As String Public Year As String Public Comment As String Public Track As String Public Genre As String End Structure
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 |