Sensoray 614 Windows User Manual
Page 18

Parameters
fileName
full path to the target file, no extension.
filetype
file type(s) to save to (
MID314_FILE_JPEG
,
MID314_FILE_BMP
, see mid314types.h).
qual
JPEG quality (25-100, higher value yields better quality and bigger files).
board
board number in the system (use 0 for single board setups).
Returns
Image size in bytes or a negative value in case of an error.
MID314_API int SN_PlaybackVideo(
char *fileName
);
Starts playback of the specified file in current window.
Parameters
fileName
full path to the target file.
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_StopPlayback(
);
Stops video playback.
Parameters
none
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
18