home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / modulessrc / prefs / sound.e < prev    next >
Text File  |  1995-07-05  |  389b  |  20 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST ID_SOND=$534F4E44
  5.  
  6. OBJECT soundprefs
  7.   reserved[4]:ARRAY OF LONG
  8.   displayqueue:INT
  9.   audioqueue:INT
  10.   audiotype:INT  -> This is unsigned
  11.   audiovolume:INT  -> This is unsigned
  12.   audioperiod:INT  -> This is unsigned
  13.   audioduration:INT  -> This is unsigned
  14.   audiofilename[256]:ARRAY
  15. ENDOBJECT     /* SIZEOF=284 */
  16.  
  17. CONST SPTYPE_BEEP=0,
  18.       SPTYPE_SAMPLE=1
  19.  
  20.