Sensoray 614 Windows User Manual
Page 21

( brightness 0 to 255 default 128,
saturation –128 to 127 default 64,
contrast –128 to 127 default 64,
hue –128 to 127 default 0
)
.
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_SetMute(
BOOL bMute,
int board
);
Mutes audio on the host computer. Audio will still be recorded. If called while streaming, the
function will stop and restart the sream.
Parameters
bMute
TRUE to mute the audio.
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_GetMute(
BOOL *bMute,
int board
);
Retrieves current muting setting.
Parameters
21