Sensoray 2224 Windows User Manual
Page 33
AMUX_MPEG_IN_TONE
- MPEG-In gets Tone Test
AMUX_MPEG_IN_SDI_IN
- MPEG-In 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_SetAudioMuxSdiOut(
MID2226_MUX_SDI_OUT_TYPE source,
HANDLE hdev
);
Select Source feeding the SDI-Out embedded audio encoder.
Parameters
source
Source can be one of:
AMUX_SDI_OUT_LINE_IN
- SDI-Out gets Line-In
AMUX_SDI_OUT_MPEG_OUT - SDI-Out gets MPEG-Out
AMUX_SDI_OUT_TONE
- SDI-Out gets Tone Test
AMUX_SDI_OUT_SDI_IN
- SDI-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_SetAudioMtrChnSel(
int source,
HANDLE hdev
);
33