home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d56 / MPEGPLUS.ZIP / MPEGplus / Info.txt next >
Encoding:
Text File  |  2001-08-02  |  2.0 KB  |  27 lines

  1. MPEGplus.pas (ID3v1.pas needed)
  2. Tested with Borland Delphi 5 & 6
  3.  
  4. { *************************************************************************** }
  5. {                                                                             }
  6. { Audio Tools Library (Freeware)                                              }
  7. { Class TMPEGplus - for manipulating with MPEGplus file information           }
  8. {                                                                             }
  9. { Uses:                                                                       }
  10. {   - Class TID3v1                                                            }
  11. {                                                                             }
  12. { Copyright (c) 2001 by Jurgen Faul                                           }
  13. { E-mail: jfaul@gmx.de                                                        }
  14. { http://jfaul.de/atl                                                         }
  15. {                                                                             }
  16. { Version 1.2 (2 August 2001)                                                 }
  17. {   - Class TID3v1: full support for ID3v1.0 & ID3v1.1 tags (read/write)      }
  18. {   - Some class properties added/changed                                     }
  19. {                                                                             }
  20. { Version 1.1 (26 July 2001)                                                  }
  21. {   - Fixed reading problem by "read only" files                              }
  22. {                                                                             }
  23. { Version 1.0 (23 May 2001)                                                   }
  24. {   - Full support for MPEGplus files (stream versions 4-7)                   }
  25. {   - ID3v1.1 tag supported (read only)                                       }
  26. {                                                                             }
  27. { *************************************************************************** }