OnMostSyncAudio
Valid for: CANoe DEFunction Syntax
OnMostSyncAudio(long label, long device, long mode);
Description
The event procedureOnMostSyncAudio will be called after routing of audio input or output of the network interface (see mostSetSyncAudio).
Parameters
- label: Connection label.
- device:
- 0: Line-In: Audio input signals are put on synchronous channels.
- 1: Line-Out: Synchronous channel signals are grabbed for audio output.
- mode:
- 0: Routing canceled.
- 1: Routing executed.