Sensoray 614 Windows User Manual
Page 13

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_GetSource(
MID314_SOURCE *pSource,
int board
);
Retrieves current input settings.
Parameters
pSource
pointer to the value of current input.
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_SetVidSys(
MID314_VIDSYS vidsys,
int board
);
Sets the input video system (NTSC, PAL).
Parameters
vidsys
video system enumerated type (see mid314types.h).
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).
13