Sensoray 2224 Windows User Manual
Page 20

Parameters
bitrate
bitrate of encoded stream in kbps. (1000-17000kbps).
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SetVidSys(
MID2226_VIDSYS vidsys,
HANDLE hdev
);
Sets the input video system (NTSC, PAL).
Parameters
vidsys
video system enumerated type (see mid2226types.h).
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetVidSys(
MID2226_VIDSYS *pvidsys,
HANDLE hdev
);
Gets the input video system (NTSC, PAL).
Parameters
pvidsys
pointer to video system enumerated type (see mid2226types.h).
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
20