Sensoray 812 Windows User Manual
Page 8

MID812_API int S812_SetVidSys(
MID812_VIDSYS vidsys,
int devid,
int strmidx
);
Sets the input video system (NTSC, PAL).
Parameters
vidsys
video system enumerated type (see mid812types.h).
devid
device id in the system (use 0 with a single board installed).
Returns
0 on success, negative value if error (see mid812types.h for error codes list).
MID812_API int S812_GetVidSys(
MID812_VIDSYS *pvidsys,
int devid,
int strmidx
);
Gets the input video system (NTSC, PAL).
Parameters
pvidsys
pointer to video system enumerated type (see mid812types.h).
devid
device id in the system (use 0 with a single board installed).
Returns
0 on success, negative value if error (see mid812types.h for error codes list).
MID812_API int S812_SetPreviewWindow(
HWND hwnd,
int devid,
int strmidx
);
8