JVCL Help:TID3v1Tag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TID3v1Tag type
Search in JVCL Help
Search in all projectsSummary
Represents an ID3v1 tag.
Pascal
run\JvId3v1.pas
TID3v1Tag = packedrecord
Identifier: array [0..2] ofAnsiChar;
SongName: array [0..29] ofAnsiChar;
Artist: array [0..29] ofAnsiChar;
Album: array [0..29] ofAnsiChar;
Year: array [0..3] ofAnsiChar;
Comment: array [0..29] ofAnsiChar;
Genre: Byte;
end;
Members
Members | Description |
Identifier: array [0..2] of AnsiChar; | This has to be uppercase! |
SongName: array [0..29] of AnsiChar; | Contains the title of the MP3. |
Artist: array [0..29] of AnsiChar; | Contains the artist of the MP3. |
Album: array [0..29] of AnsiChar; | Contains the album where the MP3 comes from. |
Year: array [0..3] of AnsiChar; | Contains the year when this song has originally been released. |
Comment: array [0..29] of AnsiChar; | Revision to this field has been made in ID3v1.1. |
Genre: Byte; | The offset is starting from 0. |
Description
Use the TID3v1Tag to represent an ID3v1 tag.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page