home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / superplay-lib_DEV / Programmers / Example_SPObjects / ST / SP_SampleListSubs.h < prev    next >
C/C++ Source or Header  |  1996-05-27  |  516b  |  14 lines

  1.  
  2.  /* SP_SampleListSubs.h
  3.     - SampleList Management Routines -
  4.     (c) 1990-94 by Andreas R. Kleinert
  5.     Last changes : 03.07.1994
  6.  */
  7.  
  8.  
  9.  /* SampleList-Support-Functions */
  10.  
  11. extern struct SPO_SampleList * __saveds __stdargs SPLI_GetSampleList(void);
  12. extern void                    __saveds __stdargs SPLI_FreeSampleList(struct SPO_SampleList *SampleList);
  13. extern ULONG                   __saveds __stdargs SPLI_AddSample(struct SPO_SampleList *slist, APTR buffer, ULONG size, ULONG bits, ULONG sps, ULONG volume);
  14.