Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476

    MP3iNFO - FREEWARE *NEW*

    Here is my 4th dll guys, its called MP3iNFO.

    MP3iNFO allows you to return bitrate, filesize, length, and frequency of any given MP3 file. It was created due to the large number of threads on the forum of people requesting MP3 information. A help file is included outlining the parameters as well as a example to give you an idea of how to use MP3iNFO in an AMS project
    Attached Files

  2. #2
    Join Date
    Jan 2008
    Location
    Ufa, Russia
    Posts
    128

    Help file example

    The example in the Help File should be like this, I think:

    Code:
    mp3 = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "MP3 Files (*.mp3)|*.mp3|", "", "mp3", false, false);
    cmd = 1;
    bitrate = DLL.CallFunction("AutoPlay\\Docs\\MP3iNFO.dll", "MP3iNFOs", "\""..mp3[1].."\","..cmd, DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
    Dialog.Message("Notice", bitrate, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

Similar Threads

  1. mTimer - FREEWARE *NEW*
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 9
    Last Post: 01-29-2008, 02:03 PM
  2. Cool Freeware - Double Desktop
    By SiNisTer in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 05-06-2007, 08:10 AM
  3. LCD Character Generator - Freeware
    By Protocol in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 12-21-2004, 12:32 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts