cmxMP3.pas 1.0

By Clark Tisdale

Freeware 10 Mar 2004

In category

Components > Effects and Multimedia > Audio

Description

This is a Delphi class for playing .mp3 files. It plays .mp3 files using the mciSendCommand API which is a standard part of Windows.

The class descends from TObject and represents a single .mp3 file. So you can create as many as you like depending on your needs. You pass the .mp3 file path as a parameter in the constructor.

Once an object is created from the class you can play, pause, resume, and stop the file.

Progress and completion events can be set allowing you to receive notifications of where things are during the play process.

A v1.1 ID3 record can be read and written using properties and methods provided in the class. So the .mp3 file itself can store text information about the title, artist, genre, etc. as well as the music data.

Informations

  • Status: Fully functional
  • Source: FW
  • Exe demo: included
  • Size: 14 114kB

Platforms:

  • Delphi 5
  • Delphi 6

Downloads