宏定义 |
| #define | KSJ_API __declspec(dllimport) |
函数 |
| KSJ_API int __stdcall | KSJ_RecordStart (int nIndex, bool bStart, float fRecordRate, const TCHAR *pFileName) |
| | KSJ_RecordStart.
|
| KSJ_API int __stdcall | KSJ_RecordStartEx (int nIndex, bool bStart, float fRecordRate, const TCHAR *pFileName, bool bShowCompossorSelection) |
| | KSJ_RecordStartEx.
|
| KSJ_API int __stdcall | KSJ_RecordStartExEx (int nIndex, bool bStart, float fRecordRate, int nWidth, int nHeight, int nBitCount, const TCHAR *pFileName, bool bShowCompossorSelection) |
| | KSJ_RecordStartExEx.
|
| KSJ_API int __stdcall | KSJ_RecordAddOneFrame (int nIndex, unsigned char *pFrameData, int nFrameNum, int nWidth, int nHeight, int nBitcount) |
| | KSJ_RecordAddOneFrame.
|
| KSJ_API int __stdcall | KSJ_RecordStatusGet (int nIndex, bool *bStart) |
| | KSJ_RecordStatusGet.
|