Skip to main content

SetVideoTriggerTimes

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE Note
This function is only allowed in on preStart event procedure.

Function Syntax

SetVideoTriggerTimes(char windowName[], dword preTriggerTime, dword postTriggerTime);

Description

Sets the trigger times for a CANoe DE product Video Window.

Parameters

  • windowName: The name of the Video Window.
  • preTriggerTime: The pre trigger time (in ms). For details see the pre trigger time in the CANoe DE product Video Configuration dialog.
  • postTriggerTime: The post trigger time (in ms). For details see the post trigger time in the CANoe DE product Video Configuration dialog.

Return Values

Example

// set trigger times for "VideoWindow"
SetVideoTriggerTimes("VideoWindow", 0, 2500);
SetVideoOfflineLoggerCamSetVideoOfflineSourceSetVideoRecordFileStartVideoRecordingStopVideoRecording