home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / mmpm2src / riffsamp / riffsamp.hlp (.txt) < prev    next >
Encoding:
OS/2 Help File  |  1993-07-26  |  1.6 KB  |  30 lines

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