Open topic with navigation CAPL Functions » MOST » OnMostSyncAudioDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.