driver.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. /*
  2.  * Modified for use with MPlayer, detailed CVS changelog at
  3.  * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
  4.  * $Id: f7e369d5348fc7c5173c4cf3382ade9eb13cd8ae $
  5.  */
  6. #ifndef loader_driver_h
  7. #define loader_driver_h
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #include "wine/windef.h"
  12. #include "wine/driver.h"
  13. void SetCodecPath(const char* path);
  14. void CodecAlloc(void);
  15. void CodecRelease(void);
  16. HDRVR DrvOpen(LPARAM lParam2);
  17. void DrvClose(HDRVR hdrvr);
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif