Sensoray 614 Windows User Manual
Page 14

MID314_API int SN_SetEncodeType(
MID314_ENCODING encodeType,
int board
);
Sets the desired encoding type (MPEG1,2,4).
Parameters
encodeType
encoding 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).
MID314_API int SN_GetEncodeType(
int board
);
Retrieves current encoding type.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
Current encoding setting, -1 if error.
MID314_API int SN_SetBitrate(
int bitrate,
int board
);
Set the desired bitrate of the output stream.
Parameters
bitrate
desired bitrate (in bits per second). Recommended values are 1,000,000 to 6,000,000 for D1
resolutions, 300,000 to 2,000,000 for CIF resolutions.
14