home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DeveloperDisk300794.lha / superplay-lib_3_1.LHA / superplay-lib / Programmers / fd / superplay.fd < prev   
Encoding:
Text File  |  1994-07-21  |  853 b   |  27 lines

  1. ** $VER: superplay.fd 3.1 (21.7.94)
  2. ##base SuperPlayBase
  3. ##bias 30
  4. ##public 
  5. SPL_AllocHandle(future)(A1)
  6. SPL_FreeHandle(handle)(A1)
  7. SPL_StopReplay(handle)(A1)
  8. SPL_FreeResources(handle)(A1)
  9. SPL_SuperPlay(handle,filename)(A1/A2)
  10. SPL_SuperWrite(handle,source_handle)(A1/A2)
  11. SPL_InitHandleAsDOS(handle,future)(A1/A2)
  12. SPL_InitHandleAsClip(handle,future)(A1/A2)
  13. SPL_SetWriteType(handle,akt_type,future)(A1/A2/A3)
  14. SPL_GetErrorString(error_code)(A1)
  15. SPL_SetWriteName(handle,writename,future)(A1/A2/A3)
  16. SPL_FileInfoRequest(handle,window,future)(A1/A2/A3)
  17. SPL_SetReqIOWindow(handle,window)(A1/A2)
  18. SPL_ReadPlayData(handle,buffer)(A1/A2)
  19. SPL_ContinueReplay(handle)(A1)
  20. SPL_FastForward(handle)(A1)
  21. SPL_FastBackward(handle)(A1)
  22. ** added with V2
  23. SPL_GetSampleList(handle,samplelist)(A1/A2)
  24. SPL_SetSampleList(handle,samplelist)(A1/A2)
  25. ** no functions added in V3
  26. ##end
  27.