Sensoray 2224 Windows User Manual
Page 44
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_NormalDecode(
HANDLE hdev
);
If a decode is in progress and was paused or running in the slow mode, this function will resume
normal output operation at full speed.
Parameters
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_SlowDecode(
int hold,
HANDLE hdev
);
If a decode is in progress, this function will start slow motion decode. The hold time controls how
long each successive frame is displayed.
Parameters
hold
hold time is the number of ½ frames to hold each frame on decode. Use 4(half speed) to 255
(slowest).
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
44