S480.h
上传用户:sdjqgc
上传日期:2022-08-06
资源大小:2404k
文件大小:1k
开发平台:

Asm

  1. #ifndef __SACM480_H__
  2. #define __SACM480_H__
  3. // write your header here
  4. //////////////////////////////////////////////////////////////////////////////////////////
  5. // Progarm: SACM-S480 C API external definition for sacmVxx.lib
  6. // Writen by: Andy
  7. //  Date: 2000/06/20
  8. //  Date: 2001/10/11  Add Manual mode definition
  9. //////////////////////////////////////////////////////////////////////////////////////////
  10. extern int SACM_S480_Initial(int); // 
  11. extern void SACM_S480_ServiceLoop(void); // For Auto Mode only
  12. extern void SACM_S480_Play(int,int,int); // For Auto Mode only
  13. extern void SACM_S480_Stop(void); // 
  14. extern void SACM_S480_Pause(void); // 
  15. extern void SACM_S480_Resume(void); // 
  16. extern void SACM_S480_Volume(int); // 
  17. extern unsigned int SACM_S480_Status(void); // 
  18. extern void SACM_S480_InitDecoder(int); // For Manual Mode only
  19. extern void SACM_S480_Decoder(void); // For Manual Mode only
  20. extern void SACM_S480_InitQueue(void); // For Manual Mode only
  21. extern void SACM_S480_FillQueue(int); // For Manual Mode only
  22. extern unsigned int SACM_S480_TestQueue(void); // For Manual Mode only
  23. //========================================================================================        
  24. // End of S480.h
  25. //========================================================================================
  26. #endif