SDK Windows EloamView

启用视频录像


Function:       BOOL StartRecord(LPCTSTR filePath, LONG iFrameRate);
Description:    启用视频录像
Input:          filePath:文件保存位置
                iFrameRate:帧率
Return:         成功返回True 失败返回False
Others:         无

 

结束视频录像


Function:       void StopRecord(void);
Description:    结束视频录像
Input:
Return:         无
Others:         无