宏定义 | |
| #define | KSJ_API __declspec(dllimport) |
函数 | |
| KSJ_API int __stdcall | KSJ_IsSupportStreamMode (int nIndex, bool *pbSupport) |
| 查看相机是否支持流模式 | |
| KSJ_API int __stdcall | KSJ_StreamIsStart (int nIndex, bool *pbStart) |
| 查看相机是否开启流模式 | |
| KSJ_API int __stdcall | KSJ_StreamStart (int nIndex) |
| 开启流模式 | |
| KSJ_API int __stdcall | KSJ_StreamStop (int nIndex) |
| 关闭流模式 | |
| #define KSJ_API __declspec(dllimport) |