Sensoray 2251 Rev.A User Manual
Page 12

);
Retrieves current bitrate setting.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
current bitrate (in bits per second), -1 if error.
MID2250_API int SN_GetStatus(
MID2250STATUS *pStatus,
int board
);
Retrieves current status information (see mid2250func.h for MID2250STATUS type definition).
Parameters
pStatus
pointer to status variable.
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
MID2250_API int SN_StartStream(
int board
);
Starts video and audio streaming.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
12