Skip to main content
Open topic with navigation CAPL Functions » MOST » OnMostSyncAudio

OnMostSyncAudio

Valid for: CANoe DE

Function Syntax

OnMostSyncAudio(long label, long device, long mode);

Description

The event procedure OnMostSyncAudio 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.

Return Values

Example