Sensoray 2224 Windows User Manual
Page 32

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_SetAudioMuxLineOut(
MID2226_MUX_LINE_OUT_TYPE source,
HANDLE hdev
);
Select Source feeding the audio Line out.
Parameters
source
Source can be one of:
AMUX_LINE_OUT_LINE_IN
- Line-Out gets Line-In
AMUX_LINE_OUT_MPEG_OUT - Line-Out gets MPEG-Out
AMUX_LINE_OUT_SDI_IN
- Line-Out gets SDI-In embedded audio
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_SetAudioMuxMpegIn(
MID2226_MUX_MPEG_IN_TYPE source,
HANDLE hdev
);
Select Source feeding the MPEG audio to be encoded.
Parameters
source
Source can be one of:
AMUX_MPEG_IN_LINE_IN
- MPEG-In gets Line-In
32