Sensoray 614 Windows User Manual
Page 16

MID314_API int SN_StartPreview(
int board
);
Starts video and audio streaming for preview only.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_StopPreview(
int board
);
Stops video and audio streaming for preview. If recording is enabled it is stopped as well.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_SetRecordMode(
MID314_REC recMode,
int board
);
Sets the record mode (see mid314types.h for
MID314_REC
type definition).
Parameters
recMode
record mode.
board
board number in the system (use 0 for single board setups).
Returns
16