宏定义 | |
| #define | KSJ_API __declspec(dllimport) |
枚举 | |
| enum | KSJ_SENSITIVITYMODE { KSJ_LOW = 0, KSJ_MID, KSJ_HIGH, KSJ_HIGHER, KSJ_HIGHEST } |
灵敏度模式设置(使用截取8位方式) 更多... | |
函数 | |
| KSJ_API int __stdcall | KSJ_LutFileDownload (int nIndex, const TCHAR *pszKtbFile) |
| KSJ_LutFileDownload. | |
| KSJ_API int __stdcall | KSJ_LutDataDownload (int nIndex, unsigned char *pData, int nBytes) |
| KSJ_LutDataDownload. | |
| KSJ_API int __stdcall | KSJ_LutSetEnable (int nIndex, bool bEnable) |
| KSJ_LutSetEnable. | |
| KSJ_API int __stdcall | KSJ_LutGetEnable (int nIndex, bool *pbEnable) |
| KSJ_LutGetEnable. | |
| KSJ_API int __stdcall | KSJ_SensitivitySetMode (int nIndex, KSJ_SENSITIVITYMODE SensitivityMode) |
| KSJ_SensitivitySetMode. | |
| KSJ_API int __stdcall | KSJ_SensitivityGetMode (int nIndex, KSJ_SENSITIVITYMODE *pSensitivityMode) |
| KSJ_SensitivityGetMode. | |
| #define KSJ_API __declspec(dllimport) |