Registriert seit: 17. Jul 2005
905 Beiträge
Delphi 12 Athens
|
AW: ID3 Tag auslesen mit bass.dll
26. Aug 2010, 17:19
Delphi-Quellcode:
TID3V1Rec = packed record
Tag: array[0..2] of Char;
Title: array[0..29] of Char;
Artist: array[0..29] of Char;
Album: array[0..29] of Char;
Year: array[0..3] of Char;
Comment: array[0..29] of Char;
Genre: Byte;
end;
Das müssen alles AnsiChars sein.
Being smart will count for nothing if you don't make the world better. You have to use your smarts to count for something, to serve life, not death.
|