TID3 picture. Only in version 2.00 and above. (UNICODE version)
TID3PictureW = record PicturePresent: Boolean; PictureType: Integer; Description: WideString; Bitmap: TPicture; end;
Parameters |
Description |
PicturePresent |
Indicates if image is present in info tag and Bitmap is valid. If this value is false, Bitmap is not valid. |
PictureType |
Picture type. Search on Goole for informations about id3v2 frames (APIC frame). Valid if PicturePresent is true. |
Description_ |
User description for attached picture. Valid if PicturePresent is true. |
Bitmap |
TPicture class containing image. Valid if PicturePresent is true. |
If there is valid picture attached into ID3v2 or VORBIS COMMENT tag, PicturePresent will be set to true and Bitmap will contain image from ID3 tag.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |