home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / modulessrc / prefs / sound.e < prev    next >
Text File  |  1977-12-31  |  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.