driver.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- /*
- * Modified for use with MPlayer, detailed CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
- * $Id: f7e369d5348fc7c5173c4cf3382ade9eb13cd8ae $
- */
- #ifndef loader_driver_h
- #define loader_driver_h
- #ifdef __cplusplus
- extern "C" {
- #endif
- #include "wine/windef.h"
- #include "wine/driver.h"
- void SetCodecPath(const char* path);
- void CodecAlloc(void);
- void CodecRelease(void);
- HDRVR DrvOpen(LPARAM lParam2);
- void DrvClose(HDRVR hdrvr);
- #ifdef __cplusplus
- }
- #endif
- #endif