Previous topicNext topic
Help > .h文件列表 >
KSJApiRecord.h

浏览该文件的源代码。

宏定义

#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.

宏定义文档

#define KSJ_API   __declspec(dllimport)