Sensoray 2251 Rev.A User Manual
Page 15

Resumes the recording. Available only for Video elementary stream. Not available for Audio/Video
multiplexed streams.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
MID2250_API int SN_StopRecord(
int board
);
Stops the recording. Preview will continue.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
MID2250_API int SN_GetTimeLeft(
char *szDrive,
);
Estimates recording time left based on free disk space.
Parameters
szDrive
current drive, e.g. “C:\”.
Returns
Estimated recording time left, seconds, or -1 in case of an error.
MID2250_API int SN_SnapshotToFile(
char *fileName,
int filetype,
int qual,
int board
15