/// <summary> /// 暂停记录 /// </summary> /// <param name="deviceId"></param> private void PauseRecord(int deviceId) { SDKApi.EagleControl_PauseRecord(deviceId); }