libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayCpp::TID3InfoExW Structure

ID3 extended informations (UNICODE version). Only in version 2.00 and above.

C++
typedef struct {
  wchar_t * Title;
  wchar_t * Artist;
  wchar_t * Album;
  wchar_t * Year;
  wchar_t * Comment;
  wchar_t * TrackNum;
  wchar_t * Genre;
  wchar_t * AlbumArtist;
  wchar_t * Composer;
  wchar_t * OriginalArtist;
  wchar_t * Copyright;
  wchar_t * URL;
  wchar_t * Encoder;
  wchar_t * Publisher;
  unsigned int BPM;
  TID3PictureW Picture;
  char reserved[128];
} TID3InfoExW;
Parameters 
Description 
Title 
Title. 
Artist 
Artist. 
Album 
Album. 
Year 
Year. 
Comment 
Comment 
TrackNum 
Track number. 
Genre 
Genre. 
AlbumArtist 
Band/orchestra/accompaniment. 
Composer 
Composer. 
OriginalArtist 
Original artist. 
Copyright 
Copyright/Legal information. 
URL 
User defined URL link frame. 
Encoder 
Encoded by. 
Publisher 
Publisher. 
BPM 
Beat-per-minute. 
Picture 
Attached image. See TID3PictureW
reserved 
reserved for future use. 
Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr