home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / mmpm2src / riffsamp / riffsamp.ipf < prev    next >
Encoding:
Information Presentation Facility markup  |  1993-07-26  |  1.6 KB  |  35 lines

  1. :userdoc.
  2. :h1 res=001.Help for the RIFF Compound File Sample.
  3. :p.
  4. The RIFF compound file utility illustrates the concept of creating a RIFF
  5. file, adding elements to a RIFF file, deleting elements from a RIFF file,
  6. playing elements from a RIFF file and also compacting a RIFF file with
  7. deleted entries.  To see the details for the RIFF compound file,
  8. please refer to the source code of the sample program.
  9. :p.
  10. RIFF compound file is created when the application is started.
  11. :p.
  12. To add wave files to the RIFF compound file, select one wave file from
  13. the
  14. :hp2.Add To File:ehp2. list box and select the
  15. :hp2.Add:ehp2. pushbutton.
  16. The wave is added to the CTOC of the RIFF compound file.  The wave file
  17. is deleted from the Add To File list box and added to the File TOC list box.
  18. :p.
  19. To delete wave element from RIFF file, select one element from
  20. :hp2.File TOC:ehp2. list box and select the :hp2.Delete:ehp2. pushbutton.
  21. The wave element is deleted from the CTOC of
  22. the RIFF compound file.  The wave element is deleted from the File Toc list box
  23. and the wave is added to the Add to File list box.
  24. :p.
  25. To play an element from the RIFF file, select one element from
  26. :hp2.File TOC :ehp2. list box and select the :hp2.Play:ehp2. pushbutton.
  27. :p.
  28. Select :hp2.Compact:ehp2. pushbutton to clean the RIFF compound file.
  29. When a wave is deleted from a RIFF compound file, only its entry is deleted
  30. from the table of contents (CTOC) of RIFF file and in order to delete the
  31. element data from CGRP a RIFF file should be compacted.
  32. :p.
  33. Select the :hp2.F1:ehp2. key to view this help panel.
  34. :euserdoc.
  35.