home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / install / riffsamp.dsc < prev    next >
Encoding:
Text File  |  1993-11-05  |  662 b   |  10 lines

  1. RIFFSAMP - RIFF Compound File Sample Program
  2.  
  3. RIFF is the standard file format used for storing multimedia files. 
  4.  
  5. RIFFSAMP is a sample program of a PM application that allows you to create a RIFF compound file.  You then can add elements to the file, delete and play elements from the file, and compact the deleted entries of the file.
  6.  
  7. RIFF enables you to store a single data object or multiple data objects.  This sample illustrates how to build RIFF files with multiple data objects, and how some of the API's supported by these files can be used by an application.  This program also illustrates how to use MMPM/2 structures of variable length.
  8.  
  9.  
  10.